reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-22 03:03:52 +00:00
parent e5ce86d84f
commit 1a10c4833a
7 changed files with 662 additions and 124 deletions

View File

@@ -898,6 +898,7 @@ PyObject *wxPyTreeCtrl_GetSelections(wxPyTreeCtrl *self){
wxTreeItemId *tii = new wxTreeItemId(array.Item(x));
PyObject* item = wxPyConstructObject((void*)tii, wxT("wxTreeItemId"), True);
PyList_Append(rval, item);
Py_DECREF(item);
}
wxPyEndBlockThreads(blocked);
return rval;