Phoenix Logo

phoenix_title wx.lib.sized_controls.TableSizer

An attempt at creating a more intuitive replacement for nesting box sizers.


class_hierarchy Class Hierarchy

Inheritance diagram for class TableSizer:


super_classes Known Superclasses

wx.Sizer


method_summary Methods Summary

__init__  
CalcMin Calculate the minimum size.
CalcNumRowsCols Calculate the number of rows and columns needed.
RecalcSizes Recalculate the sizes.

api Class API



class TableSizer(wx.Sizer)

An attempt at creating a more intuitive replacement for nesting box sizers.


Methods



__init__(self, rows=0, cols=0)


CalcMin(self)

Calculate the minimum size.

Return type: wx.Size


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.