]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/src/pytree.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Common declarations of tree stuff for wxTreeCtrl in the core
4 // and wxTreeListCtrl in gizmos
8 // Created: 30-April-2003
10 // Copyright: (c) 2003 by Total Control Software
11 // Licence: wxWindows license
12 /////////////////////////////////////////////////////////////////////////////
17 class wxPyTreeItemData
: public wxTreeItemData
{
19 wxPyTreeItemData(PyObject
* obj
= NULL
) {
27 wxPyBeginBlockThreads();
29 wxPyEndBlockThreads();
37 void SetData(PyObject
* obj
) {
38 wxPyBeginBlockThreads();
40 wxPyEndBlockThreads();