in reply to Tree with checkboxes

You'll probably have to write your own mega-widget for this, but something generic like Tk::HList might be a good starting point.

Replies are listed 'Best First'.
Re^2: Tree with checkboxes
by pg (Canon) on Nov 21, 2004 at 23:59 UTC

    Unfortunately, HList is not generic enough to take widget as values (or more precisely its nodes), otherwise this would be trivial.

      Sorry, you're wrong. Using itemType 'window' you can pass it any widget you like. (I know, because I'm doing it with Entries, Checkbuttons and BrowseEntries)

      C.