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.HScrollbarwidget is a widget arranged horizontally creating a scrollbar. SeeGtk.Scrollbarfor details on scrollbars.Gtk.Adjustmentpointers may be added to handle the adjustment of the scrollbar or it may be leftNonein which case one will be created for you. SeeGtk.Scrollbarfor a description of what the fields in an adjustment represent for a scrollbar.Gtk.HScrollbarhas been deprecated, useGtk.Scrollbarinstead.- classmethod new(adjustment)[source]¶
 - Parameters:
 adjustment (
Gtk.AdjustmentorNone) – theGtk.Adjustmentto use, orNoneto 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.HORIZONTALinstead