| 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)
|
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.20050511.rpd on Sun Mar 26 10:00:21 2006 | http://epydoc.sf.net |