|
From: <lm...@bi...> - 2006-11-19 17:38:23
|
> First: the treeview widget needs to come back. People are > actually using this widget, and the only alternative I can think > of is for them to switch to TkTreeCtrl. Although TkTreeCtrl can > certainly do all the things that ttk::treeview can (and much, > much more!), it's not that easy to use; and since "ease of use" > is the primary, overriding design goal of the ttk::treeview > widget, I don't think this will be work upgrade strategy. Has anyone considered the idea of wrapping the treeview widget API around TkTreeCtrl? From what I can see, the advantage of treeview is that it is pretty easy to use and the advantage of TkTreeCtrl is that it is powerful but complex. Seems like a simplistic API that offers a "kinder and gentler" introduction to TkTreeCtrl is perhaps a more strategic approach than maintaining two code bases. Comments? -- --- Larry McVoy lm at bitmover.com http://www.bitkeeper.com |