From: Mats B. <ma...@pr...> - 2001-04-05 16:20:07
|
Hi all, If you thought that Tcl/Tk on the Mac was pretty far from the "real thing" you have to rethink. I've written two look-alikes. The first is a tabbed notebook widget based on the code examples in the book by McLennan et al. Not many pixels differ from the real thing, with just a few lines in canvas. On other platforms it doesn't look that good since the one pixel offset for vertical lines on the Mac. ("http://hem.fyristorg.com/matben/MacTabnotebook.tar.gz") The second one is a tree widget based on Richard Hipps tree widget. It is an almost complete rewrite that is configurable enough to look like windows or mac, your choice. The mac "version" has some differencies compared to the original, but this can be easy to fix for "fundamentalists". ("http://hem.fyristorg.com/matben/Tree.tar.gz") Not that useful, but shows some interesting techniques is the movie controller. ("http://hem.fyristorg.com/matben/mc/mc.html") All widgets are script based and run on a standard installation. Enjoy, Mats |