Gtk::HScrollbar
class Gtk::HScrollbar
The Gtk::HScrollbar widget is a widget arranged horizontally creating a scrollbar. See Gtk::Scrollbar for details on scrollbars. Gtk::Adjustment pointers may be added to handle the adjustment of the scrollbar or it may be left nil in which case one will be created for you. See Gtk::Adjustment for details.
Class Methods
Gtk::HScrollbar.new(adjustment = nil)
-
Creates a new horizontal scrollbar.
- adjustment: the Gtk::Adjustment to use, or nil to create a new adjustment.
- Returns: the new Gtk::HScrollbar.
Stichworte:
Referenzen:[Gtk::ScrolledWindow] [Ruby/GTK] [Gtk::Scrollbar] [Gtk::Adjustment] [Gtk::HScrollbar]