======================== ExpanderLayout (hwx.gui) ======================== Gridlayout that also manages expanding and collapsing the area containing the widgets that follow and ExpanderButton. Inherits: - :ref:`GridLayout (hwx.gui)` -------------- Public Methods -------------- +-------------------------------------------------------+ | addChildren_ (self, children, nrows=None, ncols=None) | +-------------------------------------------------------+ | setProperties_ (self, kwds) | +-------------------------------------------------------+ -------------- Method Details -------------- .. _addChildren: .. method:: addChildren(self, children, nrows=None, ncols=None) Add the children in the grid layout. :param children: The items to be added in the layout. :type children: list[Widget] :param nrows: The number of rows in the grid. :type nrows: int :param ncols: The number of columns in the grid. :type ncols: int .. _setProperties: .. method:: setProperties(self, kwds) Internal method called from constructors.