AgsVIndicator

AgsVIndicator — A vertical indicator widget

Synopsis

#include <ags/widget/ags_vindicator.h>

struct              AgsVIndicator;
struct              AgsVIndicatorClass;
AgsVIndicator *     ags_vindicator_new                  ();

Description

AgsVIndicator is a widget visualizing a GtkAdjustment.

Details

struct AgsVIndicator

struct AgsVIndicator {
  AgsIndicator indicator;
};

struct AgsVIndicatorClass

struct AgsVIndicatorClass {
  GtkWidgetClass indicator;
};

ags_vindicator_new ()

AgsVIndicator *     ags_vindicator_new                  ();

Creates an AgsVIndicator.

Since 0.4