wxDirDialog
generated from ../src/mod_gui/control/dirdlg.cppThis class represents the directory chooser dialog.
Constants
Constructor
wxDirDialog
wxDirDialog(Parent,
Message = 'Choose a directory',
DefaultPath = "",
Style = wxDirDialog.DEFAULT_STYLE,
Position = wxDefaultPosition)
| Name | Type | Default | Description |
|---|---|---|---|
| Parent | wxWindow | The parent of wxDirDialog | |
| Message | String | 'Choose a directory' | The title of the dialog |
| DefaultPath | String | The default directory | |
| Style | Integer | wxDirDialog.DEFAULT_STYLE | The dialog style |
| Position | wxPoint | wxDefaultPosition | The position of the dialog. |
Constructs a new wxDirDialog object
Properties
| Name | Type | Description |
|---|---|---|
| message | String | Get/Set the message of the dialog |
| path | String | Get/Set the full path of the selected file |
© 2002 - 2007 Franky Braem.