BoxLayout (hwx.gui)#
- class BoxLayout(*childrenList, **kwds)#
Bases:
Layout
Base class for HBoxLayout and VBoxLayout.
# Name
Description
addChildren
(self, children)Adds the specified children in the BoxLayout.
Site Navigation
Section Navigation
Bases: Layout
Base class for HBoxLayout and VBoxLayout.
Name |
Description |
---|---|
|
Adds the specified children in the BoxLayout. |