Avoid using the OOR typemap in the constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -538,9 +538,12 @@ public:
|
||||
class wxPyDivisionShape : public wxPyCompositeShape {
|
||||
public:
|
||||
%pythonAppend wxPyDivisionShape "self._setOORandCallbackInfo(PyDivisionShape)"
|
||||
%typemap(out) wxPyDivisionShape*; // turn off this typemap
|
||||
|
||||
wxPyDivisionShape();
|
||||
|
||||
%typemap(out) wxPyDivisionShape* { $result = wxPyMake_wxShapeEvtHandler($1, $owner); }
|
||||
|
||||
void _setCallbackInfo(PyObject* self, PyObject* _class);
|
||||
|
||||
void AdjustBottom(double bottom, bool test);
|
||||
|
Reference in New Issue
Block a user