ExpanderLayout (hwx.gui)¶
Gridlayout that also manages expanding and collapsing the area containing the widgets that follow and ExpanderButton.
- Inherits:
Public Methods¶
addChildren (self, children, nrows=None, ncols=None)
setProperties (self, kwds)
Method Details¶
- addChildren(self, children, nrows=None, ncols=None)¶
Add the children in the grid layout.
- param children
The items to be added in the layout.
- type children
list[Widget]
- param nrows
The number of rows in the grid.
- type nrows
int
- param ncols
The number of columns in the grid.
- type ncols
int
- setProperties(self, kwds)¶
Internal method called from constructors.