An attempt at creating a more intuitive replacement for nesting box sizers.
__init__ |
|
CalcMin |
Calculate the minimum size. |
CalcNumRowsCols |
Calculate the number of rows and columns needed. |
RecalcSizes |
Recalculate the sizes. |
TableSizer
(wx.Sizer)¶An attempt at creating a more intuitive replacement for nesting box sizers.
__init__
(self, rows=0, cols=0)¶CalcNumRowsCols
(self)¶Calculate the number of rows and columns needed.
Returns: | The number of rows and columns needed by the sizer. |
---|---|
Return type: | tuple |
RecalcSizes
(self)¶Recalculate the sizes.