The dialog name, not used.
*/
wxDirDialog(wxWindow* parent,
The dialog name, not used.
*/
wxDirDialog(wxWindow* parent,
- const wxString& message = "Choose a directory",
- const wxString& defaultPath = "",
+ const wxString& message = wxDirSelectorPromptStr,
+ const wxString& defaultPath = wxEmptyString,
long style = wxDD_DEFAULT_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDD_DEFAULT_STYLE,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
// Global functions/macros
// ============================================================================
// Global functions/macros
// ============================================================================
long style = 0,
const wxPoint& pos = wxDefaultPosition,
wxWindow* parent = NULL);
long style = 0,
const wxPoint& pos = wxDefaultPosition,
wxWindow* parent = NULL);