=================== Container (hwx.gui) =================== Base class for all Dialog, ActionDialog, DockWindow, MicroDialog and GuideBar. Inherits: - :ref:`Widget (hwx.gui)` -------------- Public Methods -------------- +-------------------------------+ | addChildren_ (self, children) | +-------------------------------+ | createContents_ (self) | +-------------------------------+ -------------- Method Details -------------- .. _addChildren: .. method:: 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: .. method:: createContents(self) To be implemented in derived class.