From 2daad280831a83a12c2120baa5a3fd92b603d7d3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 15 May 2006 15:32:26 +0000 Subject: [PATCH] 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 --- wxPython/src/_cmndlgs.i | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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()); +// %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); +// 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(),