in reply to Re: Editable tree in Tk
in thread Editable tree in Tk

I'm familiar with HList, but that's not what I'm looking for. Once you populated the list, you can't change the text in the entries through the GUI itself, only through the code. I need to be able to edit the text from the outside.

Replies are listed 'Best First'.
Re^3: Editable tree in Tk
by Anonymous Monk on Dec 25, 2008 at 11:24 UTC
    Once you populated the list, you can't change the text in the entries through the GUI itself, only through the code.
    That means that you can edit it through GUI, you just have to write some code. Simplest way is bind Alt+Click or something available, and popup a dialog asking for new value.