Constructor
GtkVScalenew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_vscale_new (
GtkAdjustment* adjustment
)
Description [src]
Creates a new GtkVScale.
Deprecated since: 3.2
Use gtk_scale_new() with GTK_ORIENTATION_VERTICAL instead.
Parameters
adjustment-
Type:
GtkAdjustmentThe
GtkAdjustmentwhich sets the range of the scale.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A new GtkVScale.
| The data is owned by the called function. |