CLASS
Gtk.Box
The content.
Initialize a box.
- Parameters:
- horizontal: Whether the box is horizontal.
- spacing: The spacing between the single elements.
Insert a widget into the box.
- Parameters:
- widget: The widget.
- index: The index.
- Returns: The box.
Add a widget to the end of the box.
- Parameter widget: The widget.
- Returns: The box.
Add a widget to the start of the box.
- Parameter widget: The widget.
- Returns: The box.
Remove all widgets from the box.
- Returns: The box.
Remove certain widgets from the box.
- Parameter widgets: The widgets to remove.
- Returns: The box.
Get the content of the box.
- Returns: The widgets in the box.