BoxLayout (hwx.gui)

Base class for HBoxLayout and VBoxLayout.

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.