Gtk.HButtonBox¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.ButtonBox (7), Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
button_box |
r |
Class Details¶
- class Gtk.HButtonBox(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()[source]¶
- Returns:
a new button box
Gtk.Widget
.- Return type:
Creates a new horizontal button box.
Deprecated since version 3.2: Use
Gtk.ButtonBox.new
() withGtk.Orientation.HORIZONTAL
instead