From faadde7e0628231d17aeeabffe0e285419342a59 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 31 Jan 2004 01:45:47 +0000 Subject: [PATCH] %addtofunc --> %pythonAppend git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/stc/stc.h | 4 ++-- contrib/src/stc/stc.h.in | 4 ++-- include/wx/stc/stc.h | 4 ++-- src/stc/stc.h.in | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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, -- 2.45.2