gtk.box_layout.BoxLayout is a layout manager that arranges children in a single row or column.
Whether it is a row or column depends on the value of its gtk.orientable.Orientable.Orientation property. Within the other dimension all children all allocated the same size. The gtk.box_layout.BoxLayout will respect the gtk.widget.Widget.Align and gtk.widget.Widget.Align properties of each child widget.
If you want all children to be assigned the same size, you can use the gtk.box_layout.BoxLayout.gboolean property.
If you want to specify the amount of space placed between each child, you can use the gtk.box_layout.BoxLayout.gint property.
gtk.box_layout.BoxLayout is a layout manager that arranges children in a single row or column.
Whether it is a row or column depends on the value of its gtk.orientable.Orientable.Orientation property. Within the other dimension all children all allocated the same size. The gtk.box_layout.BoxLayout will respect the gtk.widget.Widget.Align and gtk.widget.Widget.Align properties of each child widget.
If you want all children to be assigned the same size, you can use the gtk.box_layout.BoxLayout.gboolean property.
If you want to specify the amount of space placed between each child, you can use the gtk.box_layout.BoxLayout.gint property.