.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDirDialog 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDirDialog \- Directory selector dialog .SH DESCRIPTION This class represents the directory chooser dialog. .SH "PARENTS" wxDialog wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/dirdlg.hwx/generic/dirdlgg.h .SH MEMBERS .SS wxDirDialog (wxWindow* parentconst wxString& message = "Chooseconst wxString& defaultPath = ""long style = wxDD_DEFAULT_STYLEconst wxPoint& pos = wxDefaultPositionconst wxSize& size = wxDefaultSizeconst wxString& name = "wxDirCtrl") Constructor. Use wxDirDialog::ShowModal to show the dialog. .SS ~wxDirDialog () Destructor. .SS wxString GetPath () Returns the default or user-selected path. .SS wxString GetMessage () Returns the message that will be displayed on the dialog. .SS long GetStyle () Returns the dialog style. .SS void SetMessage (const wxString& message) Sets the message that will be displayed on the dialog. .SS void SetPath (const wxString& path) Sets the default path. .SS void SetStyle (long style) Sets the dialog style. This is currently unused. .SS int ShowModal () Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise. .SH "WINDOW STYLES" .SS wxDD_DEFAULT_STYLE Equivalent to a combination of wxDEFAULT_DIALOG_STYLE, wxDD_NEW_DIR_BUTTON and wxRESIZE_BORDER (the last one is not used under wxWinCE). .SS wxDD_NEW_DIR_BUTTON wxDD_NEW_DIR_BUTTON .SH "SEE ALSO" wxDialog wxWindow wxEvtHandler wxObject wxDirDialog overview wxFileDialog .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.