BoxLayout (hwx.gui)

Base class for HBoxLayout and VBoxLayout.

Inherits:

Public Methods

addChildren (self, children)

Method Details

addChildren(self, children)

Adds the specified children in the BoxLayout.

param children:The items to be added.
type children:Union[Widget, list[Widget]]