This class represents the directory chooser dialog.
Derived from
wxDialog
wxWindow
wxEvtHandler
wxObject
Include files
<wx/dirdlg.h> <wx/generic/dirdlgg.h>
Window styles
wxDD_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. |
See also Generic window styles.
See also
wxDirDialog overview, wxFileDialog
Constructor. Use wxDirDialog::ShowModal to show the dialog.
Parameters
Destructor.
Returns the default or user-selected path.
wxString GetMessage(void) const
Returns the message that will be displayed on the dialog.
Returns the dialog style.
Sets the message that will be displayed on the dialog.
Sets the default path.
Sets the dialog style. This is currently unused.
Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise.
ymasuda 平成17年11月19日