Top |
guint | led-count | Read / Write |
guint | segment-height | Read / Write |
guint | segment-width | Read / Write |
guint
ags_led_array_get_segment_width (AgsLedArray *led_array
);
Get led width of led_array
.
Since: 3.2.0
void ags_led_array_set_segment_width (AgsLedArray *led_array
,guint segment_width
);
Set led width of led_array
.
Since: 3.2.0
guint
ags_led_array_get_segment_height (AgsLedArray *led_array
);
Set led height of led_array
.
Since: 3.2.0
void ags_led_array_set_segment_height (AgsLedArray *led_array
,guint segment_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 (GtkOrientation orientation
,guint segment_width
,guint segment_height
,guint led_count
);
Create a new instance of AgsLedArray.
Since: 3.0.0
“led-count”
property“led-count” guint
The count of leds available.
Owner: AgsLedArray
Flags: Read / Write
Default value: 0
Since: 3.0.0
“segment-height”
property“segment-height” guint
The segment height of one led.
Owner: AgsLedArray
Flags: Read / Write
Default value: 10
Since: 4.0.0
“segment-width”
property“segment-width” guint
The segment width of one led.
Owner: AgsLedArray
Flags: Read / Write
Default value: 10
Since: 4.0.0