%addtofunc --> %pythonAppend

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-31 01:45:47 +00:00
parent 0d6ff08218
commit faadde7e06
4 changed files with 8 additions and 8 deletions

View 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,