|
From: Jeff H. <je...@Ac...> - 2005-09-21 17:56:56
|
Jeff Hobbs wrote: > Larry McVoy wrote: > >>For those of you on windows, try downloading process explorer >>from www.sysinternals.com (it's like top and ps -axf rolled >>into one; and filemon from the same place is a lot like a >>graphical lsof). >> >>If someone could take the treeview widget and dummy up >>something that worked liked this on Unix I think that would >>be an excellent test of emulating a working, useful, polished >>Windows app. Assuming that's of any interest. > > > This already exists in the tktreectrl: > http://tktreectrl.sourceforge.net/ > > The latest version does themed header buttons as well. We use > it in the TDK VFS Explorer. BTW, Joe and I have talked about this, and the reason he moves forward with treeview is that tktreectrl is ... complex. It is like the canvas, plus more. We have had good success layering snidgets over it though, reducing the complexity that way. For all-out functionality though, it is already there, you just need to be ready to dig in. Jeff |