]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cmndlgs.i
Add the masked package dir
[wxWidgets.git] / wxPython / src / _cmndlgs.i
index 13cd13edd6c9a952d2e25911e19bb37ca8ab2305..8cf834ec39a6858e6308d57cd87a14eeb9f32498 100644 (file)
@@ -106,6 +106,8 @@ class wxDirDialog : public wxDialog {
 public:
     %pythonAppend wxDirDialog   "self._setOORInfo(self)"
     
+    RefDoc(wxDirDialog, ""); // turn it off for the ctors
+    
     DocCtorStr(
         wxDirDialog(wxWindow* parent,
                     const wxString& message = wxPyDirSelectorPromptStr,
@@ -185,6 +187,8 @@ class wxFileDialog : public wxDialog {
 public:
     %pythonAppend wxFileDialog   "self._setOORInfo(self)"
 
+    RefDoc(wxFileDialog, ""); // turn it off for the ctors
+    
     DocCtorStr(
         wxFileDialog(wxWindow* parent,
                      const wxString& message = wxPyFileSelectorPromptStr,
@@ -553,6 +557,8 @@ class wxMessageDialog : public wxDialog {
 public:
     %pythonAppend wxMessageDialog   "self._setOORInfo(self)"
     
+    RefDoc(wxMessageDialog, ""); // turn it off for the ctors
+    
     wxMessageDialog(wxWindow* parent,
                     const wxString& message,
                     const wxString& caption = wxPyMessageBoxCaptionStr,
@@ -600,6 +606,8 @@ class wxProgressDialog : public wxFrame {
 public:
     %pythonAppend wxProgressDialog   "self._setOORInfo(self)"
 
+    RefDoc(wxProgressDialog, ""); // turn it off for the ctors
+    
     DocCtorStr(
         wxProgressDialog(const wxString& title,
                          const wxString& message,
@@ -610,7 +618,7 @@ public:
         "windows, or, if wxPD_APP_MODAL flag is not given, for its parent window only.");
 
     DocDeclStr(
-        bool , Update(int value, const wxString& newmsg = wxPyEmptyString),
+        virtual bool , Update(int value, const wxString& newmsg = wxPyEmptyString),
         "Updates the dialog, setting the progress bar to the new value and, if given\n"
         "changes the message above it. Returns true unless the Cancel button has been\n"
         "pressed.\n\n"
@@ -806,6 +814,8 @@ public:
     %pythonAppend wxFindReplaceDialog     "self._setOORInfo(self)"
     %pythonAppend wxFindReplaceDialog()   ""
 
+    RefDoc(wxFindReplaceDialog, ""); // turn it off for the ctors
+    
     DocCtorStr(
         wxFindReplaceDialog(wxWindow *parent,
                             wxFindReplaceData *data,