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

Type FileDirPickerEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    FileDirPickerEvent


Proxy of C++ FileDirPickerEvent class


Method Summary
CommandEvent __init__(self, commandType, winid)
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.
String GetPath(self)
  SetPath(self, p)

Property Summary
  Path: See GetPath and SetPath
  thisown: The membership flag

Method Details

__init__(self, type, generator, id, path)
(Constructor)

This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars.

Parameters:
commandType
           (type=EventType)

winid
           (type=int)

Returns:
CommandEvent
Overrides:
wx.CommandEvent.__init__ (inherited documentation)

Property Details

Path

See GetPath and SetPath

Get Method:
GetPath(self)
Set Method:
SetPath(self, p)

thisown

The membership flag


Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:12:52 2007 http://epydoc.sf.net