=================== BoxLayout (hwx.gui) =================== Base class for HBoxLayout and VBoxLayout. Inherits: - :ref:`Layout (hwx.gui)` -------------- Public Methods -------------- +-------------------------------+ | addChildren_ (self, children) | +-------------------------------+ -------------- Method Details -------------- .. _addChildren: .. method:: addChildren(self, children) Adds the specified children in the BoxLayout. :param children: The items to be added. :type children: Union[Widget, list[Widget]]