Method
GtkScrolledWindowset_vadjustment
Declaration [src]
void
gtk_scrolled_window_set_vadjustment (
GtkScrolledWindow* scrolled_window,
GtkAdjustment* vadjustment
)
Description [src]
Sets the GtkAdjustment
for the vertical scrollbar.
Sets property | Gtk.ScrolledWindow:vadjustment |
Parameters
vadjustment
-
Type:
GtkAdjustment
The
GtkAdjustment
to use, orNULL
to create a new one.The argument can be NULL
.The data is owned by the caller of the method.