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,
class wxFontDialog : public wxDialog {
public:
%pythonAppend wxFontDialog "self._setOORInfo(self)"
- %nokwargs wxFontDialog;
DocStr(wxFontDialog,
- "Constructor. Pass a parent window, and optionally the font data object to be\n"
+ "Constructor. Pass a parent window and the FontData object to be\n"
"used to initialize the dialog controls.");
- wxFontDialog(wxWindow* parent);
wxFontDialog(wxWindow* parent, const wxFontData& data);
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,
%pythonAppend wxFindReplaceDialog "self._setOORInfo(self)"
%pythonAppend wxFindReplaceDialog() ""
+ RefDoc(wxFindReplaceDialog, ""); // turn it off for the ctors
+
DocCtorStr(
wxFindReplaceDialog(wxWindow *parent,
wxFindReplaceData *data,