Home | Trees | Index | Help |
|
---|
Package wx :: Class DirDialog |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Dialog
--+ | DirDialog
wx.DirDialog allows the user to select a directory by browising the file system.
wx.DD_NEW_DIR_BUTTON Add 'Create new directory' button and allow directory names to be editable. On Windows the new directory button is only available with recent versions of the common dialogs.
Method Summary | |
---|---|
DirDialog |
Constructor. |
__repr__(self)
| |
String |
Returns the message that will be displayed on the dialog. |
String |
Returns the default or user-selected path. |
long |
Returns the dialog style. |
Sets the message that will be displayed on the dialog. | |
Sets the default path. |
Instance Method Details |
---|
__init__(self,
parent,
message=DirSelectorPromptStr,
defaultPath=EmptyString,
style=0,
pos=DefaultPosition,
size=DefaultSize,
name=DirDialogNameStr)
Constructor. Use ShowModal method to show the dialog. |
GetMessage(self)Returns the message that will be displayed on the dialog.
|
GetPath(self)Returns the default or user-selected path.
|
GetStyle(self)Returns the dialog style.
|
SetMessage(self, message)Sets the message that will be displayed on the dialog.
|
SetPath(self, path)Sets the default path.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:06 2005 | http://epydoc.sf.net |