My reply is round-about...
When I make a tree, I make a multi-level dictionary with node names mapped to tree item IDs.
I have insert and delete tree leaf functions. I also have expand and collapse tree functions for branches. Finally I have a refresh function which uses SetPyData and SortChildren to refresh the order when necessary.
Altogether, this helps to support about everything, including ability to move subnodes between separate nodes.
···
-----Original Message-----
From: Alberto Griggio [mailto:albgrig@tiscalinet.it]
Sent: Monday, August 18, 2003 2:46 PM
To: wxPython-users@lists.wxwindows.org
Subject: [wxPython-users] Re: wxTreeListCtrl: Edit items?
I'm looking for a method for editing items in a wxTreeListCtrl. The
EditLabel method makes it possible to edit items in the main column, but
how can I edit values in other columns?(Maybe EditLabel should have an index for the actual column...)
Thanks for any help!
Jens B. Helmers
Maybe it should, but it is not possible at the moment
Alberto
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org