| Top |
| guint | ags_led_array_get_led_width () |
| void | ags_led_array_set_led_width () |
| guint | ags_led_array_get_led_height () |
| void | ags_led_array_set_led_height () |
| guint | ags_led_array_get_led_count () |
| void | ags_led_array_set_led_count () |
| void | ags_led_array_unset_all () |
| void | ags_led_array_set_nth () |
| AgsLedArray * | ags_led_array_new () |
| #define | AGS_IS_LED_ARRAY() |
| #define | AGS_IS_LED_ARRAY_CLASS() |
| #define | AGS_LED_ARRAY() |
| #define | AGS_LED_ARRAY_CLASS() |
| #define | AGS_LED_ARRAY_GET_CLASS() |
| GType | ags_led_array_get_type () |
| #define | AGS_LED_ARRAY_DEFAULT_LED_WIDTH |
| #define | AGS_LED_ARRAY_DEFAULT_LED_HEIGHT |
| enum | AgsLedArrayFlags |
| #define | AGS_TYPE_LED_ARRAY |
| struct | AgsLedArray |
| struct | AgsLedArrayClass |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── AgsLedArray ├── AgsHLedArray ╰── AgsVLedArray
guint
ags_led_array_get_led_width (AgsLedArray *led_array);
Get led width of led_array
.
Since: 3.2.0
void ags_led_array_set_led_width (AgsLedArray *led_array,guint led_width);
Set led width of led_array
.
Since: 3.2.0
guint
ags_led_array_get_led_height (AgsLedArray *led_array);
Set led height of led_array
.
Since: 3.2.0
void ags_led_array_set_led_height (AgsLedArray *led_array,guint led_height);
Set led height of led_array
.
Since: 3.2.0
guint
ags_led_array_get_led_count (AgsLedArray *led_array);
Get led count of led_array
.
Since: 3.2.0
void ags_led_array_set_led_count (AgsLedArray *led_array,guint led_count);
Set led count of led_array
.
Since: 3.0.0
void
ags_led_array_unset_all (AgsLedArray *led_array);
Unset all led active.
Since: 3.0.0
void ags_led_array_set_nth (AgsLedArray *led_array,guint nth);
Set nth
led active.
Since: 3.0.0
AgsLedArray * ags_led_array_new ();
Create a new instance of AgsLedArray. Note, use rather its implementation AgsVLedArray or AgsHLedArray.
Since: 3.0.0
#define AGS_IS_LED_ARRAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LED_ARRAY))
#define AGS_IS_LED_ARRAY_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LED_ARRAY))
#define AGS_LED_ARRAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LED_ARRAY, AgsLedArray))
#define AGS_LED_ARRAY_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LED_ARRAY, AgsLedArrayClass))
#define AGS_LED_ARRAY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LED_ARRAY, AgsLedArrayClass))
“led-count” property“led-count” guint
The count of leds available.
Owner: AgsLedArray
Flags: Read / Write
Default value: 0
Since: 3.0.0
“led-height” property“led-height” guint
The height of one led.
Owner: AgsLedArray
Flags: Read / Write
Default value: 10
Since: 3.0.0
“led-width” property“led-width” guint
The width of one led.
Owner: AgsLedArray
Flags: Read / Write
Default value: 10
Since: 3.0.0