]> git.saurik.com Git - wxWidgets.git/commitdiff
Added OOR typemaps for wxPanel and wxDialog
authorRobin Dunn <robin@alldunn.com>
Fri, 7 May 2004 16:34:37 +0000 (16:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 7 May 2004 16:34:37 +0000 (16:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/my_typemaps.i

index dbf2433fe06114e21427f0df427e857fd66359ed..9e4c01a0c22aea7280278b2374da223042cda3f3 100644 (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); }