Box layout: arrange widget in horizontal or vertical
Bases: pymt.ui.widgets.layout.abstractlayout.MTAbstractLayout
Box layout can arrange item in horizontal or vertical orientation.
| Parameters : |
|
|---|
Orientation of widget inside layout, can be horizontal or vertical
Calculates the minimum size of the layout. In calculation, there must be a space for child widgets that have fixed size (size_hint == None). There must also be at least enough space for every child layout’s minimum size (cant be too small even if size_hint is set)