Layout.getVadjustment
gtk.adjustment.Adjustment getVadjustment()This function should only be called after the layout has been placed in a #GtkScrolledWindow or otherwise configured for scrolling. It returns the #GtkAdjustment used for communication between the vertical scrollbar and layout.
See #GtkScrolledWindow, #GtkScrollbar, #GtkAdjustment for details.
Returns
vertical scroll adjustment
Deprecated
Use [gtk.scrollable.Scrollable.getVadjustment]