Class

AgsGuiLedArray

[]

Description

class AgsGui.LedArray : Gtk.Box
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Orientable {
  segment_width: guint,
  segment_height: guint,
  led: AgsLed**,
  led_count: guint
}

No description available.

[]

Constructors

ags_led_array_new

Create a new instance of AgsLedArray.

since: 3.0.0

[]

Instance methods

ags_led_array_get_led_count

Get led count of led_array.

since: 3.2.0

ags_led_array_get_segment_height

Set led height of led_array.

since: 3.2.0

ags_led_array_get_segment_width

Get led width of led_array.

since: 3.2.0

ags_led_array_set_led_count

Set led count of led_array.

since: 3.0.0

ags_led_array_set_nth

Set nth led active.

since: 3.0.0

ags_led_array_set_segment_height

Set led height of led_array.

since: 3.2.0

ags_led_array_set_segment_width

Set led width of led_array.

since: 3.2.0

ags_led_array_unset_all

Unset all led active.

since: 3.0.0

Methods inherited from GtkBox (13)
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.LedArray:led-count

The count of leds available.

since: 3.0.0

AgsGui.LedArray:segment-height

The segment height of one led.

since: 4.0.0

AgsGui.LedArray:segment-width

The segment width of one led.

since: 4.0.0

Properties inherited from GtkBox (4)
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