| Top |
| void | ags_led_array_set_led_count () |
| void | ags_led_array_unset_all () |
| void | ags_led_array_set_nth () |
| AgsLedArray * | ags_led_array_new () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkAlignment ╰── AgsLedArray ├── AgsHLedArray ╰── AgsVLedArray
void ags_led_array_set_led_count (AgsLedArray *led_array,guint led_count);
AgsLedArray * ags_led_array_new ();
Creates an AgsLedArray. Note, use rather its implementation AgsVLedArray or AgsHLedArray.
Since: 0.7.122.7
“led-count” property“led-count” guint
The count of leds available.
Flags: Read / Write
Default value: 0
Since: 0.7.122.7
“led-height” property“led-height” guint
The height of one led.
Flags: Read / Write
Default value: 0
Since: 0.7.122.7
“led-width” property“led-width” guint
The width of one led.
Flags: Read / Write
Default value: 0
Since: 0.7.122.7