Constructor

AgsGuiIndicatornew

since: 3.0.0

Declaration [src]

AgsIndicator*
ags_indicator_new (
  GtkOrientation orientation,
  guint segment_width,
  guint segment_height
)

Description [src]

Creates a new instance of AgsIndicator.

Available since: 3.0.0

Parameters

orientation

Type: GtkOrientation

The GtkOrientation.

segment_width

Type: guint

The width of one segment.

segment_height

Type: guint

The height of one segment.

Return value

Type: AgsIndicator

The new AgsIndicator.

The data is owned by the called function.