Constructor
GtkHScalenew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_hscale_new (
GtkAdjustment* adjustment
)
Description [src]
Creates a new GtkHScale
.
Deprecated since: 3.2
Use gtk_scale_new()
with GTK_ORIENTATION_HORIZONTAL
instead.
Parameters
adjustment
-
Type:
GtkAdjustment
The
GtkAdjustment
which sets the range of the scale.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A new GtkHScale
.
The data is owned by the called function. |