Constructor
GtkScalenew
Declaration [src]
GtkWidget*
gtk_scale_new (
GtkOrientation orientation,
GtkAdjustment* adjustment
)
Parameters
orientation |
GtkOrientation |
The scale’s orientation. |
|
adjustment |
GtkAdjustment |
The |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GtkWidget |
A new |
|
The data is owned by the called function. |