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:
Robin Dunn 2004-05-07 16:34:37 +00:00
parent 864a91c827
commit dd6d1477e5

View File

@ -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); }