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