in reply to Re: Tree with checkboxes
in thread Tree with checkboxes

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

Replies are listed 'Best First'.
Re^3: Tree with checkboxes
by castaway (Parson) on Nov 22, 2004 at 06:11 UTC
    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.