Class

AgsGuiIndicator

[]

Description

class AgsGui.Indicator : Gtk.Widget
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Orientable {
  orientation: GtkOrientation,
  segment_width: guint,
  segment_height: guint,
  segment_padding: guint,
  segment_count: guint,
  adjustment: GtkAdjustment*
}

No description available.

[]

Constructors

ags_indicator_new

Creates a new instance of AgsIndicator.

since: 3.0.0

[]

Instance methods

ags_indicator_get_adjustment

Get adjustment.

since: 3.2.0

ags_indicator_get_segment_count

Get segment count.

since: 3.2.0

ags_indicator_get_segment_height

Get segment height.

since: 3.2.0

ags_indicator_get_segment_padding

Get segment padding.

since: 3.2.0

ags_indicator_get_segment_width

Get segment width.

since: 3.2.0

ags_indicator_set_adjustment

Set adjustment.

since: 3.2.0

ags_indicator_set_segment_count

Set segment count.

since: 3.2.0

ags_indicator_set_segment_height

Set segment height.

since: 3.2.0

ags_indicator_set_segment_padding

Set segment padding.

since: 3.2.0

ags_indicator_set_segment_width

Set segment width.

since: 3.2.0

Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkOrientable (2)
[]

Properties

AgsGui.Indicator:adjustment

The adjustment giving indicator value.

since: 3.0.0

AgsGui.Indicator:segment-count

The indicator’s segment count.

since: 3.0.0

AgsGui.Indicator:segment-height

The indicator’s segment height.

since: 3.0.0

AgsGui.Indicator:segment-padding

The indicator’s segment padding.

since: 3.0.0

AgsGui.Indicator:segment-width

The indicator’s segment width.

since: 3.0.0

Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
Properties inherited from GtkOrientable (1)
[]

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure