Constructor
AgsGuiLedArraynew
since: 3.0.0
Declaration [src]
AgsLedArray*
ags_led_array_new (
GtkOrientation orientation,
guint segment_width,
guint segment_height,
guint led_count
)
Parameters
orientation
-
Type:
GtkOrientation
The orientation.
segment_width
-
Type:
guint
The width of the segment.
segment_height
-
Type:
guint
The height of the segment.
led_count
-
Type:
guint
The LED count.
Return value
Type: AgsLedArray
The new AgsLedArray
.
The data is owned by the called function. |