]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
renamed wxWave to wxSound
[wxWidgets.git] / include / wx / stc / stc.h
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,