%addtofunc --> %pythonAppend
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1144,8 +1144,8 @@ class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
#ifdef SWIG
|
#ifdef SWIG
|
||||||
%addtofunc wxStyledTextCtrl "self._setOORInfo(self)"
|
%pythonAppend wxStyledTextCtrl "self._setOORInfo(self)"
|
||||||
%addtofunc wxStyledTextCtrl() ""
|
%pythonAppend wxStyledTextCtrl() ""
|
||||||
|
|
||||||
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
|
@@ -83,8 +83,8 @@ class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
#ifdef SWIG
|
#ifdef SWIG
|
||||||
%%addtofunc wxStyledTextCtrl "self._setOORInfo(self)"
|
%%pythonAppend wxStyledTextCtrl "self._setOORInfo(self)"
|
||||||
%%addtofunc wxStyledTextCtrl() ""
|
%%pythonAppend wxStyledTextCtrl() ""
|
||||||
|
|
||||||
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
|
@@ -1144,8 +1144,8 @@ class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
#ifdef SWIG
|
#ifdef SWIG
|
||||||
%addtofunc wxStyledTextCtrl "self._setOORInfo(self)"
|
%pythonAppend wxStyledTextCtrl "self._setOORInfo(self)"
|
||||||
%addtofunc wxStyledTextCtrl() ""
|
%pythonAppend wxStyledTextCtrl() ""
|
||||||
|
|
||||||
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
|
@@ -83,8 +83,8 @@ class WXDLLIMPEXP_STC wxStyledTextCtrl : public wxControl {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
#ifdef SWIG
|
#ifdef SWIG
|
||||||
%%addtofunc wxStyledTextCtrl "self._setOORInfo(self)"
|
%%pythonAppend wxStyledTextCtrl "self._setOORInfo(self)"
|
||||||
%%addtofunc wxStyledTextCtrl() ""
|
%%pythonAppend wxStyledTextCtrl() ""
|
||||||
|
|
||||||
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
wxStyledTextCtrl(wxWindow *parent, wxWindowID id,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
|
Reference in New Issue
Block a user