- wxGenericDirDialog(): wxDialog() {}
- wxGenericDirDialog(wxWindow* parent, const wxString& title,
- const wxString& defaultPath = wxEmptyString,
- long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER,
- const wxPoint& pos = wxDefaultPosition,
- const wxSize& sz = wxSize(450, 550),
- const wxString& name = _T("dialog"));
+ wxGenericDirDialog() : wxDialog() { }
+
+ wxGenericDirDialog(wxWindow* parent,
+ const wxString& title = wxDirSelectorPromptStr,
+ const wxString& defaultPath = wxEmptyString,
+ long style = wxDD_DEFAULT_STYLE,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& sz = wxSize(450, 550),
+ const wxString& name = wxDirDialogNameStr);