.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.rcsizer .. highlight:: python .. _wx.lib.rcsizer.RowColSizer: ========================================================================================================================================== |phoenix_title| **wx.lib.rcsizer.RowColSizer** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class RowColSizer:

| |super_classes| Known Superclasses ================================== :class:`wx.Sizer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.rcsizer.RowColSizer.__init__` :meth:`~wx.lib.rcsizer.RowColSizer.Add` :meth:`~wx.lib.rcsizer.RowColSizer.AddGrowableCol` :meth:`~wx.lib.rcsizer.RowColSizer.AddGrowableRow` :meth:`~wx.lib.rcsizer.RowColSizer.AddSpacer` :meth:`~wx.lib.rcsizer.RowColSizer.CalcMin` :meth:`~wx.lib.rcsizer.RowColSizer.RecalcSizes` :meth:`~wx.lib.rcsizer.RowColSizer.SetItemBounds` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: RowColSizer(wx.Sizer) .. 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)