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
This commit is contained in:
Robin Dunn
2007-06-02 23:46:36 +00:00
parent f1828885d3
commit d207b97bd1

View File

@@ -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