X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39c0acb66674c5e0424633cf162e6c10c92178d4..bae90c4cd512c351cc2b4b663e0ac1a649911746:/include/wx/stc/stc.h diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index c6788b84bf..f70374ee2f 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -1144,8 +1144,8 @@ class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl { public: #ifdef SWIG - %addtofunc wxStyledTextCtrl "self._setOORInfo(self)" - %addtofunc wxStyledTextCtrl() "" + %pythonAppend wxStyledTextCtrl "self._setOORInfo(self)" + %pythonAppend wxStyledTextCtrl() "" wxStyledTextCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition,