in reply to Editable tree in Tk

See Tk::HList demo in widget

Replies are listed 'Best First'.
Re^2: Editable tree in Tk
by anna_black (Sexton) on Dec 25, 2008 at 09:17 UTC

    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.

      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.