|
From: Brett S. <bre...@ya...> - 2004-09-25 16:04:03
|
> An array -variable would probably work better. But
> no matter
> what scheme is used to wedge the tree structure into
> an array,
> it's highly unlikely to match any application data
> structures so
> it'll still take work to schlep data in and out.
> IOW, it's not
> like an [entry] or a [checkbutton] where the linked
> -variable
> is directly usable. (At least that's been my
> experience with
> Tktable -- I *never* have data in the exact form
> that it wants,
> it always requires a simple transformation of some
> sort.)
>
> Any compelling use cases for this?
>
I haven't thought it through totally, but I think I
agree with you. I also have the same experiences with
Tktable, and I think we would run into a similiar
situation here.
--brett
|