Name
gtk.HScrollbar — a horizontal scrollbar widget
Description
The gtk.HScrollbar
widget is subclassed from gtk.Scrollbar to
provide a horizontal scrollbar. See gtk.Scrollbar for
details on the methods available for managing scrollbars. A gtk.Adjustment
may be specified with the scrollbar at creation (or is created automatically
if none is specified) to handle the adjustment of the scrollbar. See gtk.Adjustment
for details.
Constructor
gtk.HScrollbar(adjustment=None)
|
adjustment : | a gtk.Adjustment
or None to automatically create an
adjustment |
Returns : | a new hscrollbar widget |
Creates a new gtk.HScrollbar
with an associated gtk.Adjustment
specified by adjustment. If
adjustment is None or missing a new gtk.Adjustment
will be created and associated with the scrollbar.