| Top |
| AgsIndicator * | ags_indicator_new () |
| #define | AGS_INDICATOR() |
| #define | AGS_INDICATOR_CLASS() |
| #define | AGS_INDICATOR_GET_CLASS() |
| #define | AGS_IS_INDICATOR() |
| GType | ags_indicator_get_type () |
| GObject * | adjustment | Read / Write |
| guint | segment-count | Read / Write |
| guint | segment-height | Read / Write |
| guint | segment-padding | Read / Write |
| guint | segment-width | Read / Write |
| #define | AGS_INDICATOR_DEFAULT_SEGMENT_WIDTH |
| #define | AGS_INDICATOR_DEFAULT_SEGMENT_HEIGHT |
| #define | AGS_INDICATOR_DEFAULT_SEGMENT_PADDING |
| #define | AGS_INDICATOR_DEFAULT_SEGMENT_COUNT |
| #define | AGS_TYPE_INDICATOR |
| struct | AgsIndicator |
| struct | AgsIndicatorClass |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── AgsIndicator
├── AgsHIndicator
╰── AgsVIndicator
AgsIndicator * ags_indicator_new ();
Creates an AgsIndicator. Note, use rather its implementation AgsVIndicator or AgsHIndicator.
Since: 3.0.0
#define AGS_INDICATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INDICATOR, AgsIndicator))
#define AGS_INDICATOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INDICATOR, AgsIndicatorClass))
#define AGS_INDICATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INDICATOR, AgsIndicatorClass))
#define AGS_IS_INDICATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INDICATOR))
“adjustment” property “adjustment” GObject *
The adjustment giving indicator value.
Owner: AgsIndicator
Flags: Read / Write
Since: 3.0.0
“segment-count” property “segment-count” guint
The indicator's segment count.
Owner: AgsIndicator
Flags: Read / Write
Allowed values: >= 1
Default value: 10
Since: 3.0.0
“segment-height” property “segment-height” guint
The indicator's segment height.
Owner: AgsIndicator
Flags: Read / Write
Allowed values: >= 1
Default value: 7
Since: 3.0.0
“segment-padding” property “segment-padding” guint
The indicator's segment padding.
Owner: AgsIndicator
Flags: Read / Write
Default value: 3
Since: 3.0.0