From: Robin Dunn Date: Mon, 15 May 2006 15:32:26 +0000 (+0000) Subject: wxMSW doesn't have the default ctor or Create method for wxDirDialog yet. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2daad280831a83a12c2120baa5a3fd92b603d7d3 wxMSW doesn't have the default ctor or Create method for wxDirDialog yet. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 764189d967..3ea7d7badc 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -137,15 +137,15 @@ public: const wxString& name = wxPyDirDialogNameStr), "Constructor. Use ShowModal method to show the dialog.", ""); - %RenameCtor(PreDirDialog, wxDirDialog()); - - bool Create(wxWindow *parent, - const wxString& title = wxDirSelectorPromptStr, - const wxString& defaultPath = wxEmptyString, - long style = wxDD_DEFAULT_STYLE, - const wxPoint& pos = wxDefaultPosition, - const wxSize& sz = wxDefaultSize, - const wxString& name = wxPyDirDialogNameStr); +// %RenameCtor(PreDirDialog, wxDirDialog()); + +// bool Create(wxWindow *parent, +// const wxString& title = wxDirSelectorPromptStr, +// const wxString& defaultPath = wxEmptyString, +// long style = wxDD_DEFAULT_STYLE, +// const wxPoint& pos = wxDefaultPosition, +// const wxSize& sz = wxDefaultSize, +// const wxString& name = wxPyDirDialogNameStr); DocDeclStr( wxString , GetPath(),