Container (hwx.gui)

Base class for all Dialog, ActionDialog, DockWindow, MicroDialog and GuideBar.

Inherits:

Public Methods

addChildren (self, children)
createContents (self)

Method Details

addChildren(self, children)

Adds widgets to the container.

param children:The widget or list of widgets to be added to the container.
type children:Union[Widget, list[Widget]]
createContents(self)

To be implemented in derived class.