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