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