git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27138
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
%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); }