BoxLayout (hwx.gui)#

class BoxLayout(*childrenList, **kwds)#

Bases: Layout

Base class for HBoxLayout and VBoxLayout.

Method Table#

Name

Description

addChildren (self, children)

Adds the specified children in the BoxLayout.

addChildren(children)#

Adds the specified children in the BoxLayout.

Parameters:

children (list[Widget]) – The items to be added.