Constructor

AgsGuiLednew

since: 3.0.0

[]

Declaration [src]

AgsLed*
ags_led_new (
  guint segment_width,
  guint segment_height
)
[]

Description [src]

Create a new instance of AgsLed.

Available since: 3.0.0

[]

Parameters

segment_width

Type: guint

The width of the segment.

segment_height

Type: guint

The height of the segment.

[]

Return value

Type: AgsLed

The new AgsLed.

The data is owned by the called function.