]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/include/wx/wxPython/pytree.h
2cd3172e928e2c9374a844e06f33529f8d2d51ce
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 /////////////////////////////////////////////////////////////////////////////
18 class wxPyTreeItemData
: public wxTreeItemData
{
20 wxPyTreeItemData(PyObject
* obj
= NULL
) {
28 bool blocked
= wxPyBeginBlockThreads();
30 wxPyEndBlockThreads(blocked
);
38 void SetData(PyObject
* obj
) {
39 bool blocked
= wxPyBeginBlockThreads();
41 wxPyEndBlockThreads(blocked
);