
wx.lib.agw.buttonpanel.Sizer¶This is a mix-in class to add pseudo support to wx.Sizer. Just create
a new class that derives from this class and wx.Sizer and intercepts
any methods that add to the wx sizer.
Class Hierarchy¶
Inheritance diagram for class Sizer:
Known Subclasses¶wx.lib.agw.buttonpanel.BoxSizer
Methods Summary¶Default class constructor. |
|
Draws all the children of the sizer. |
|
This functions returns the best acceptable minimal size for the sizer object. |
Class API¶This is a mix-in class to add pseudo support to wx.Sizer. Just create
a new class that derives from this class and wx.Sizer and intercepts
any methods that add to the wx sizer.
Default class constructor. For internal use: do not call it in your code!
Draws all the children of the sizer.