VBoxLayout (hwx.gui)¶
Layout widgets vertically.
- Inherits:
 
Public Methods¶
addChildren (self, children)
setProperties (self, kwds)
Method Details¶
- addChildren(self, children)¶
 
Adds the specified children in the BoxLayout.
- param children
 The items to be added.
- type children
 list[Widget]
- setProperties(self, kwds)¶
 
Internal method called from constructors.