Constructor
GtkHScrollbarnew
deprecated: 3.2
Declaration [src]
GtkWidget*
gtk_hscrollbar_new (
GtkAdjustment* adjustment
)
Description [src]
Creates a new horizontal scrollbar.
Deprecated since: 3.2
Use gtk_scrollbar_new() with GTK_ORIENTATION_HORIZONTAL instead.
Parameters
adjustment-
Type:
GtkAdjustmentThe
GtkAdjustmentto use, orNULLto create a new adjustment.The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: GtkWidget
The new GtkHScrollbar.
| The data is owned by the called function. |