From: Robin Dunn Date: Sat, 31 Jan 2004 01:45:47 +0000 (+0000) Subject: %addtofunc --> %pythonAppend X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/faadde7e0628231d17aeeabffe0e285419342a59 %addtofunc --> %pythonAppend git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index c6788b84bf..f70374ee2f 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/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, diff --git a/contrib/src/stc/stc.h.in b/contrib/src/stc/stc.h.in index 514357984a..0f9b62df2a 100644 --- a/contrib/src/stc/stc.h.in +++ b/contrib/src/stc/stc.h.in @@ -83,8 +83,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, 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, diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index 514357984a..0f9b62df2a 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -83,8 +83,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,