AgsVIndicator — A vertical indicator widget
#include <ags/widget/ags_vindicator.h> struct AgsVIndicator; struct AgsVIndicatorClass; AgsVIndicator * ags_vindicator_new ();
AgsVIndicator is a widget visualizing a GtkAdjustment.
struct AgsVIndicator { AgsIndicator indicator; };
struct AgsVIndicatorClass { GtkWidgetClass indicator; };
AgsVIndicator * ags_vindicator_new ();
Creates an AgsVIndicator.
Since 0.4