Method
GtkViewportset_hadjustment
deprecated: 3.0
Declaration [src]
void
gtk_viewport_set_hadjustment (
GtkViewport* viewport,
GtkAdjustment* adjustment
)
Description [src]
Sets the horizontal adjustment of the viewport.
Deprecated since: 3.0
Use gtk_scrollable_set_hadjustment().
Parameters
adjustment
-
Type:
GtkAdjustment
A
GtkAdjustment
.The argument can be NULL
.The data is owned by the caller of the method.