Constructor
AgsGuiIndicatornew
since: 3.0.0
Declaration [src]
AgsIndicator*
ags_indicator_new (
GtkOrientation orientation,
guint segment_width,
guint segment_height
)
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. |