AgsIndicator

AgsIndicator — A indicator widget

Synopsis

#include <ags/widget/ags_indicator.h>

struct              AgsIndicator;
struct              AgsIndicatorClass;
AgsIndicator *      ags_indicator_new                   ();

Description

AgsIndicator is a widget representing a GtkAdjustment.

Details

struct AgsIndicator

struct AgsIndicator {
  GtkWidget widget;

  GtkAdjustment *adjustment;
};

struct AgsIndicatorClass

struct AgsIndicatorClass {
  GtkWidgetClass widget;
};

ags_indicator_new ()

AgsIndicator *      ags_indicator_new                   ();

Creates an AgsIndicator. Note, use rather its implementation AgsVIndicator or AgsHIndicator.

Returns :

a new AgsIndicator

Since 0.4