]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
wxMSW doesn't have the default ctor or Create method for wxDirDialog yet.
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index 9986f9720caf94d3a1f79387b641168193471bff..3ea7d7badc47529adf30f7d8a5f5d7218c7fbbce 100644 (file)
@@ -125,7 +125,8 @@ MustHaveApp(wxDirDialog);
 class wxDirDialog : public wxDialog {
 public:
     %pythonAppend wxDirDialog   "self._setOORInfo(self)"
-    
+    %pythonAppend wxDirDialog() ""
+   
     DocCtorStr(
         wxDirDialog(wxWindow* parent,
                     const wxString& message = wxPyDirSelectorPromptStr,
@@ -136,6 +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);
 
     DocDeclStr(
         wxString , GetPath(),
@@ -145,10 +155,6 @@ public:
         wxString , GetMessage(),
         "Returns the message that will be displayed on the dialog.", "");
     
-    DocDeclStr(
-        long , GetStyle(),
-        "Returns the dialog style.", "");
-    
     DocDeclStr(
         void , SetMessage(const wxString& message),
         "Sets the message that will be displayed on the dialog.", "");