Added OOR typemaps for wxPanel and wxDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
864a91c827
commit
dd6d1477e5
@ -391,6 +391,8 @@ SWIG_AsDouble(PyObject *obj)
|
||||
%typemap(out) wxHtmlWindow* { $result = wxPyMake_wxObject($1); }
|
||||
%typemap(out) wxPyHtmlWindow* { $result = wxPyMake_wxObject($1); }
|
||||
%typemap(out) wxWizardPage* { $result = wxPyMake_wxObject($1); }
|
||||
%typemap(out) wxPanel* { $result = wxPyMake_wxObject($1); }
|
||||
%typemap(out) wxDialog* { $result = wxPyMake_wxObject($1); }
|
||||
|
||||
%typemap(out) wxSizer* { $result = wxPyMake_wxSizer($1); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user