Gtk.ScrolledWindow.prototype.get_vscrollbar
function get_vscrollbar():Gtk.Widget {
// Gjs wrapper for gtk_scrolled_window_get_vscrollbar()
}Returns the vertical scrollbar of scrolled_window.
Since 2.8
- Returns
the vertical scrollbar of the scrolled window, or null if it does not have one.