Tcl/Tk For Real Programmers: Updates |
version # | |||||||
2.1 |
Added commands to treeNobj:
fixed a bug in the {add} subcommand that was creating the new procedure in the treeObject namespace, instead of the global namespace. | ||||||
2.0 | Changed valueList return to return just the key, not the full
array name.
Added keyList to return a list of known data keys. Fixed -testObj to work correctly. The treeNobj was correct, but the tests were out of date.
| ||||||
1.0 | Initial release as described in "Tcl/Tk for Real Programmers" by Clif Flynt, Academic Press Professional. |
The 2.1 release includes a man page for the tree object in namespace (treeNobj.tcl), and a (much) less well documented tree object that will display itself on a canvas using either a traditional layout, or a nested box layout.
Download tree package as a gzipped tar file.
Download tree package as a zip file.
HTML display library with Table support
This distribution includes:
htmllib.tcl |
This is the version of the htmllib.tcl that is used with TclTutor.
It has some minor fixes to work better with the 8.0 font naming conventions.
Release 0.3.3 adds a new command: HM_setFontAdjust {points} which scales all the fonts by $points points. This is a global make stuff bigger or smaller. It's useful for cross platform work where the default font sizes may be too large or small to be useful. Release 0.3.4 adds support for <BR> within a table cell.
|
htmltable.tcl |
The htmltable.tcl file is described in Tcl/Tk For Real Programmers in
chapter 10. It adds support for the TABLE tag to htmllib.tcl.
This version has a couple minor layout bug fixes, and is a bit smarter about figuring out the size of the window it's being displayed in. Version 0.3.3 handles cells with different sized fonts properly.
|
Download htmllib package as a zip file.
Purchasing Tcl/Tk For Real Programmers
Tcl/Tk For Real Programmers should be available from your local
Border's, Little Professor's, Waldenbooks, B-Daltons, Doubleday, etc.
If they don't have the book in stock, they should be able to order it
via their normal distribution channels.
Return to Clif Flynts Home Page