Method
GtkScrollableset_vadjustment
since: 3.0
Declaration [src]
void
gtk_scrollable_set_vadjustment (
GtkScrollable* scrollable,
GtkAdjustment* vadjustment
)
Description [src]
Sets the vertical adjustment of the GtkScrollable
.
Available since: 3.0
Sets property | Gtk.Scrollable:vadjustment |
Parameters
vadjustment
-
Type:
GtkAdjustment
A
GtkAdjustment
.The argument can be NULL
.The data is owned by the caller of the method.