From d207b97bd1321db45a9304a292aa8fddbd787830 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 2 Jun 2007 23:46:36 +0000 Subject: [PATCH] out typemap for wxPyComboCtrl* git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/combo.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/combo.i b/wxPython/src/combo.i index d14a2487ce..e688cdd730 100644 --- a/wxPython/src/combo.i +++ b/wxPython/src/combo.i @@ -705,6 +705,7 @@ Nearly all of the methods of this class are overridable in Python.", ""); MustHaveApp(wxPyComboPopup); %rename(ComboPopup) wxPyComboPopup; +%typemap(out) wxPyComboCtrl* { $result = wxPyMake_wxObject($1, (bool)$owner); } class wxPyComboPopup { @@ -844,7 +845,6 @@ is associated with.", ""); }; - //--------------------------------------------------------------------------- %newgroup