]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMSW doesn't have the default ctor or Create method for wxDirDialog yet.
authorRobin Dunn <robin@alldunn.com>
Mon, 15 May 2006 15:32:26 +0000 (15:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 15 May 2006 15:32:26 +0000 (15:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_cmndlgs.i

index 764189d9676041070ad186841c28e57c0a44533f..3ea7d7badc47529adf30f7d8a5f5d7218c7fbbce 100644 (file)
@@ -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(),