]> git.saurik.com Git - wxWidgets.git/commitdiff
%addtofunc --> %pythonAppend
authorRobin Dunn <robin@alldunn.com>
Sat, 31 Jan 2004 01:45:47 +0000 (01:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 31 Jan 2004 01:45:47 +0000 (01:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/stc/stc.h
contrib/src/stc/stc.h.in
include/wx/stc/stc.h
src/stc/stc.h.in

index c6788b84bf7a0b6a26a5aafaa9e7a2e29502270d..f70374ee2fc851cf7da04ce2e4f41933380ccddb 100644 (file)
@@ -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,
index 514357984a9868d959c6e897128aae1f979223d2..0f9b62df2ae92e9fbf8114b6773fe0fed9a91917 100644 (file)
@@ -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,
index c6788b84bf7a0b6a26a5aafaa9e7a2e29502270d..f70374ee2fc851cf7da04ce2e4f41933380ccddb 100644 (file)
@@ -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,
index 514357984a9868d959c6e897128aae1f979223d2..0f9b62df2ae92e9fbf8114b6773fe0fed9a91917 100644 (file)
@@ -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,