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:
GtkAdjustment
The
GtkAdjustment
to use, orNULL
to 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. |