Hi,
I tried to switch from wxTreeCtrl to wxTreeListCtrl but now GetFirstChild is complaining about its arguments:
TypeError: Type error in argument 1 of wxTreeCtrl_GetFirstChild. Expected _wxPyTreeCtrl_p
I'm passing a
<wxPython.controls2.wxTreeItemIdPtr instance; proxy of C++ wxTreeItemId instance at _86ae6c8_wxTreeItemId_p>
like I have done before with wxTreeCtrl.
Is this a bug? If not, what have I to do?
Thanks, Christian