public:
%pythonAppend wxDirDialog "self._setOORInfo(self)"
+ RefDoc(wxDirDialog, ""); // turn it off for the ctors
+
DocCtorStr(
wxDirDialog(wxWindow* parent,
const wxString& message = wxPyDirSelectorPromptStr,
public:
%pythonAppend wxFileDialog "self._setOORInfo(self)"
+ RefDoc(wxFileDialog, ""); // turn it off for the ctors
+
DocCtorStr(
wxFileDialog(wxWindow* parent,
const wxString& message = wxPyFileSelectorPromptStr,
public:
%pythonAppend wxMessageDialog "self._setOORInfo(self)"
+ RefDoc(wxMessageDialog, ""); // turn it off for the ctors
+
wxMessageDialog(wxWindow* parent,
const wxString& message,
const wxString& caption = wxPyMessageBoxCaptionStr,
public:
%pythonAppend wxProgressDialog "self._setOORInfo(self)"
+ RefDoc(wxProgressDialog, ""); // turn it off for the ctors
+
DocCtorStr(
wxProgressDialog(const wxString& title,
const wxString& message,
"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"
%pythonAppend wxFindReplaceDialog "self._setOORInfo(self)"
%pythonAppend wxFindReplaceDialog() ""
+ RefDoc(wxFindReplaceDialog, ""); // turn it off for the ctors
+
DocCtorStr(
wxFindReplaceDialog(wxWindow *parent,
wxFindReplaceData *data,