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

Type DirFilterListCtrl

object --+                        
         |                        
    Object --+                    
             |                    
    EvtHandler --+                
                 |                
            Window --+            
                     |            
               Control --+        
                         |        
            object --+   |        
                     |   |        
         ItemContainer --+        
                         |        
          ControlWithItems --+    
                             |    
                        Choice --+
                                 |
                                DirFilterListCtrl


Proxy of C++ DirFilterListCtrl class
Method Summary
  __init__(self, *args, **kwargs)
List choices=[], long style=0, Validator validator=DefaultValidator, String name=ChoiceNameStr) -> Choice
  __repr__(self)
  Create(*args, **kwargs)
List choices=[], long style=0, Validator validator=DefaultValidator, String name=ChoiceNameStr) -> bool
  FillFilterList(self, filter, defaultFilter)

Instance Method Details

__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0)
(Constructor)

__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
List choices=[], long style=0, Validator validator=DefaultValidator, String name=ChoiceNameStr) -> Choice

Create and show a Choice control

Overrides:
wx.Choice.__init__ (inherited documentation)

Create(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0)

Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
List choices=[], long style=0, Validator validator=DefaultValidator, String name=ChoiceNameStr) -> bool

Actually create the GUI Choice control for 2-phase creation

Overrides:
wx.Choice.Create (inherited documentation)

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