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: | Gtk.WidgetClass (12), GObject.ObjectClass (5) | 
| class | new(adjustment) | 
Virtual Methods¶
| Inherited: | Gtk.Range (6), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10) | 
|---|
Properties¶
| Inherited: | Gtk.Range (8), Gtk.Widget (39), Gtk.Orientable (1) | 
|---|
Style Properties¶
| Inherited: | Gtk.Scrollbar (6), Gtk.Range (8), Gtk.Widget (17) | 
|---|
Signals¶
| Inherited: | Gtk.Range (4), Gtk.Widget (69), GObject.Object (1) | 
|---|
Fields¶
| Inherited: | Gtk.Range (4), Gtk.Widget (69), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| scrollbar | Gtk.Scrollbar | r | 
Class Details¶
- 
class Gtk.HScrollbar(*args, **kwargs)¶
- Bases: - Gtk.Scrollbar- Abstract: - No - Structure: - Gtk.HScrollbarClass- The - Gtk.HScrollbarwidget is a widget arranged horizontally creating a scrollbar. See- Gtk.Scrollbarfor details on scrollbars.- Gtk.Adjustmentpointers may be added to handle the adjustment of the scrollbar or it may be left- Nonein which case one will be created for you. See- Gtk.Scrollbarfor a description of what the fields in an adjustment represent for a scrollbar.- Gtk.HScrollbarhas been deprecated, use- Gtk.Scrollbarinstead.- 
classmethod new(adjustment)[source]¶
- Parameters: - adjustment ( - Gtk.Adjustmentor- None) – the- Gtk.Adjustmentto use, or- Noneto create a new adjustment- Returns: - the new - Gtk.HScrollbar- Return type: - Gtk.Widget- Creates a new horizontal scrollbar. - Deprecated since version 3.2: Use - Gtk.Scrollbar.new() with- Gtk.Orientation.HORIZONTALinstead
 
- 
classmethod