Package wx :: Module gizmos :: Class RemotelyScrolledTreeCtrl
[frames | no frames]

Type RemotelyScrolledTreeCtrl

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
               Control --+    
                         |    
                  TreeCtrl --+
                             |
                            RemotelyScrolledTreeCtrl


Proxy of C++ RemotelyScrolledTreeCtrl class
Method Summary
Control __init__(self, parent, id, pos, size, style, validator, name)
Create a Control.
  __repr__(self)
  AdjustRemoteScrollbars(self)
Window GetCompanionWindow(self)
ScrolledWindow GetScrolledWindow(self)
  HideVScrollbar(self)
  ScrollToLine(self, posHoriz, posVert)
  SetCompanionWindow(self, companion)

Instance Method Details

__init__(self, parent, id, pos=DefaultPosition, size=DefaultSize, style=TR_HAS_BUTTONS)
(Constructor)

Create a Control. Normally you should only call this from a subclass' __init__ as a plain old wx.Control is not very useful.
Parameters:
parent
           (type=Window)
id
           (type=int)
pos
           (type=Point)
size
           (type=Size)
style
           (type=long)
validator
           (type=Validator)
name
           (type=String)
Returns:
Control
Overrides:
wx.TreeCtrl.__init__ (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:22 2005 http://epydoc.sf.net