Constructor
AgsGuiScalenew
since: 3.0.0
Declaration [src]
AgsScale*
ags_scale_new (
GtkOrientation orientation,
guint width_request,
guint height_request
)
Parameters
orientation
-
Type:
GtkOrientation
The
GtkOrientation
. width_request
-
Type:
guint
The scale’s width.
height_request
-
Type:
guint
The scale’s height.
Return value
Type: AgsScale
The new AgsScale
instance.
The data is owned by the called function. |