Gtk.HScrollbar¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Scrollbar (1), Gtk.Range (28), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Gtk.Range (6), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)
Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
scrollbar |
r |
Class Details¶
- class Gtk.HScrollbar(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Gtk.HScrollbar
widget is a widget arranged horizontally creating a scrollbar. SeeGtk.Scrollbar
for details on scrollbars.Gtk.Adjustment
pointers may be added to handle the adjustment of the scrollbar or it may be leftNone
in which case one will be created for you. SeeGtk.Scrollbar
for a description of what the fields in an adjustment represent for a scrollbar.Gtk.HScrollbar
has been deprecated, useGtk.Scrollbar
instead.- classmethod new(adjustment)[source]¶
- Parameters:
adjustment (
Gtk.Adjustment
orNone
) – theGtk.Adjustment
to use, orNone
to create a new adjustment- Returns:
the new
Gtk.HScrollbar
- Return type:
Creates a new horizontal scrollbar.
Deprecated since version 3.2: Use
Gtk.Scrollbar.new
() withGtk.Orientation.HORIZONTAL
instead