BoxLayout (hwx.gui)#
- class BoxLayout(*childrenList, **kwds)#
Bases:
LayoutBase class for HBoxLayout and VBoxLayout.
Method Table# 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. |