Constructor

AgsGuiLedArraynew

since: 3.0.0

Declaration [src]

AgsLedArray*
ags_led_array_new (
  GtkOrientation orientation,
  guint segment_width,
  guint segment_height,
  guint led_count
)

Description [src]

Create a new instance of AgsLedArray.

Available since: 3.0.0

Parameters

orientation

Type: GtkOrientation

No description available.

segment_width

Type: guint

The width of the segment.

segment_height

Type: guint

The height of the segment.

led_count

Type: guint

No description available.

Return value

Type: AgsLedArray

The new AgsLedArray.

The data is owned by the called function.