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

Type Choicebook

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
               Control --+    
                         |    
              BookCtrlBase --+
                             |
                            Choicebook


Proxy of C++ Choicebook class


Method Summary
Choicebook __init__(self, parent, id, pos, size, style, name)
  __repr__(self)
bool Create(self, parent, id, pos, size, style, validator, name)
Do the 2nd phase and create the GUI control.
bool DeleteAllPages(self)
Choice GetChoiceCtrl(self)
bool IsVertical(self)

Instance Method Details

Create(self, parent, id, pos=DefaultPosition, size=DefaultSize, style=0, name=EmptyString)

Do the 2nd phase and create the GUI control.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

validator
           (type=Validator)

name
           (type=String)

Returns:
bool
Overrides:
wx.Control.Create (inherited documentation)

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:43 2006 http://epydoc.sf.net