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