unpressed focused state, and greyed-out state may be supplied.
");
-RefDoc(wxButton, "
+RefDoc(wxBitmapButton, "
Styles
wx.BU_AUTODRAW: If this is specified, the button will be drawn
automatically using the label bitmap only, providing a
%pythonAppend wxBitmapButton() ""
DocStr(wxBitmapButton, "Create and show a button with a bitmap for the label.")
+ RefDoc(wxBitmapButton, ""); // turn it off for the ctors
+
wxBitmapButton(wxWindow* parent, wxWindowID id, const wxBitmap& bitmap,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
%pythonAppend wxCheckBox "self._setOORInfo(self)"
%pythonAppend wxCheckBox() ""
+ RefDoc(wxCheckBox, ""); // turn it off for the ctors
+
DocCtorStr(
wxCheckBox(wxWindow* parent, wxWindowID id, const wxString& label,
const wxPoint& pos = wxDefaultPosition,
%pythonAppend wxChoice "self._setOORInfo(self)"
%pythonAppend wxChoice() ""
+ RefDoc(wxChoice, ""); // turn it off for the ctors
+
DocCtorAStr(
wxChoice(wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
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,
%pythonAppend wxFindReplaceDialog "self._setOORInfo(self)"
%pythonAppend wxFindReplaceDialog() ""
+ RefDoc(wxFindReplaceDialog, ""); // turn it off for the ctors
+
DocCtorStr(
wxFindReplaceDialog(wxWindow *parent,
wxFindReplaceData *data,
%pythonAppend wxComboBox "self._setOORInfo(self)"
%pythonAppend wxComboBox() ""
+ RefDoc(wxComboBox, ""); // turn it off for the ctors
+
DocCtorAStr(
wxComboBox(wxWindow* parent, wxWindowID id,
const wxString& value = wxPyEmptyString,
{
public:
+ RefDoc(wxCursor, ""); // turn it off for the ctors
+
%extend {
DocStr(wxCursor,
"Construct a Cursor from a file. Specify the type of file using\n"
%pythonAppend wxSplitterWindow "self._setOORInfo(self)"
%pythonAppend wxSplitterWindow() ""
+ RefDoc(wxSplitterWindow, ""); // turn it off for the ctors
+
DocCtorStr(
wxSplitterWindow(wxWindow* parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
%pythonAppend wxWindow "self._setOORInfo(self)"
%pythonAppend wxWindow() ""
+ RefDoc(wxWindow, ""); // turn it off for the ctors
+
DocCtorStr(
wxWindow(wxWindow* parent, const wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
%pythonAppend wxCalendarCtrl() ""
DocStr(wxCalendarCtrl, "Create and show a calendar control.");
+ RefDoc(wxCalendarCtrl, ""); // turn it off for the ctors
+
wxCalendarCtrl(wxWindow *parent,
wxWindowID id,
const wxDateTime& date = wxDefaultDateTime,