Gtk.HScrollbar.new

function new(adjustment:Gtk.Adjustment):Gtk.Widget {
    // Gjs wrapper for gtk_hscrollbar_new()
}

Creates a new horizontal scrollbar.

adjustment

the Gtk.Adjustment to use, or null to create a new adjustment

Returns

the new Gtk.HScrollbar