.. include:: headings.inc .. currentmodule:: lib.rcsizer .. highlight:: python .. _lib.rcsizer.RowColSizer: ========================================================================================================================================== |phoenix_title| **RowColSizer** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **RowColSizer** .. raw:: html

Inheritance diagram of RowColSizer

| |super_classes| Known Superclasses ================================== :class:`PySizer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.rcsizer.RowColSizer.__init__` :meth:`~lib.rcsizer.RowColSizer.Add` :meth:`~lib.rcsizer.RowColSizer.AddGrowableCol` :meth:`~lib.rcsizer.RowColSizer.AddGrowableRow` :meth:`~lib.rcsizer.RowColSizer.AddSpacer` :meth:`~lib.rcsizer.RowColSizer.CalcMin` :meth:`~lib.rcsizer.RowColSizer.RecalcSizes` :meth:`~lib.rcsizer.RowColSizer.SetItemBounds` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: RowColSizer(PySizer) .. method:: __init__(self) .. method:: Add(self, item, option=0, flag=0, border=0, row=-1, col=-1, rowspan=1, colspan=1, pos=None, size=None, ) .. method:: AddGrowableCol(self, idx) .. method:: AddGrowableRow(self, idx) .. method:: AddSpacer(self, width, height, option=0, flag=0, border=0, row=-1, col=-1, rowspan=1, colspan=1, pos=None, size=None, ) .. method:: CalcMin( self ) .. method:: RecalcSizes( self ) .. method:: SetItemBounds(self, item, x, y, w, h)