Package wx :: Class BookCtrlSizer
[frames | no frames]

Type BookCtrlSizer

object --+        
         |        
    Object --+    
             |    
         Sizer --+
                 |
                BookCtrlSizer


Method Summary
BookCtrlSizer __init__(self, nb)
  __repr__(self)
Size CalcMin(self)
This method is where the sizer will do the actual calculation of its children's minimal sizes.
BookCtrl GetControl(self)
  RecalcSizes(self)
Using the sizes calculated by CalcMin reposition and resize all the items managed by this sizer.

Method Details

CalcMin(self)

This method is where the sizer will do the actual calculation of its children's minimal sizes. You should not need to call this directly as it is called by Layout.
Returns:
Size
Overrides:
wx.Sizer.CalcMin

RecalcSizes(self)

Using the sizes calculated by CalcMin reposition and resize all the items managed by this sizer. You should not need to call this directly as it is called by Layout.
Overrides:
wx.Sizer.RecalcSizes

Generated by Epydoc 2.1.20040428.rpd on Tue Nov 9 17:04:21 2004 http://epydoc.sf.net