Method
Gtk.ScrolledWindow.get_vadjustment
Declaration [src]
GtkAdjustment*
gtk_scrolled_window_get_vadjustment (
  GtkScrolledWindow* scrolled_window
)
Description [src]
Returns the vertical scrollbar’s adjustment.
This is the adjustment used to connect the vertical scrollbar to the child widget’s vertical scroll functionality.
| Gets property | Gtk.ScrolledWindow:vadjustment | 
Return value
| Returns: GtkAdjustment | |
| the vertical  | |
| Ownership is not transferred to the caller | |