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

Type Listbook

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


Proxy of C++ Listbook class
Method Summary
Listbook __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.
ListView GetListView(self)
bool IsVertical(self)

Instance Method Details

Create(self, parent, id=-1, 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.20040428.rpd on Tue Apr 26 14:25:12 2005 http://epydoc.sf.net