Re: [perl-win32-gui-users] TreeView example code?

2006-04-23 Thread Jason P
I don't have it here at home, but i can provide you with something when I get to work on Monday! But, there are the basics you need to know: NODE = item handle (int). these are used for all sorts of tracking and is a parameter of 90% of the functions having to do with treeviews. Click vs Coll

[perl-win32-gui-users] TreeView example code?

2006-04-23 Thread Steve Loughran
Hi all For the life of me, I cannot quite get my head around TreeViews (Am sure its something to do with lack of sleep or caffeine), and the example code with the WIN32::GUI distribution doesn't appear to have any code for it. Can anyone point me in the right direction? Many thanks for your