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

Type NotebookSizer

object --+        
         |        
    Object --+    
             |    
         Sizer --+
                 |
                NotebookSizer


Proxy of C++ NotebookSizer class
Method Summary
  __init__(*args, **kwargs)
NotebookSizer is no longer needed.
  __repr__(self)
Size CalcMin(self)
This method is where the sizer will do the actual calculation of its children's minimal sizes.
Notebook GetNotebook(self)
  RecalcSizes(self)
Using the sizes calculated by CalcMin reposition and resize all the items managed by this sizer.

Method Details

__init__(*args, **kwargs)
(Constructor)

NotebookSizer is no longer needed.

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 Apr 26 14:25:49 2005 http://epydoc.sf.net