From: Joe E. <jen...@us...> - 2004-09-06 17:38:03
|
Update of /cvsroot/tktable/tile/macosx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11394/macosx Modified Files: aquaTheme.c Log Message: Reorganization; new default look. * generic/label.c (new file): moved out of tkElements.c, it's complex enough to warrant its own source file. * generic/tkElements.c, generic/altTheme.c, generic/classicTheme.c: Move Motif-like elements into new "classic" theme. Streamlined and simplify default theme. * library/*Theme.tcl: reviewed and reorganized. * library/tile.tcl: $defaultBG, $activeBG, $troughColor no longer used. * generic/notebook.c, generic/altTheme.c, generic/tkElements.c: Got rid of ugly default notebook element implementations, use the "alt" implementation as the baseline instead. |