Constructor
GtkHScalenew
Declaration [src]
GtkWidget*
gtk_hscale_new (
GtkAdjustment* adjustment
)
Description [src]
Creates a new GtkHScale
.
Deprecated since: | 3.2 |
Use |
Parameters
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. |