Import Tix 8.4.3.5 (as of svn r86089)

This commit is contained in:
Zachary Ware
2017-05-22 16:16:49 -05:00
parent d239d63057
commit 80ba28babb
769 changed files with 136423 additions and 0 deletions

35
tools/README.txt Normal file
View File

@@ -0,0 +1,35 @@
Tix Tools
[1]tix-man2html.tcl -- Man pages to HTML Convert Ousterhout format man pages
into highly crosslinked hypertext.
[2]hanno.tcl -- An HTML Annotation Program
hanno.tcl automatically generates a "Last Modified" tag for HTML
files. It recursively traverses all sub-directories and generates a
"Last Modified" tag for each HTML file according to the file's last
modification date. Please read the file for available options.
[3]tcltrim
tcltrim trims all comments and white spaces from TCL files.
[4]tixindex
tixindex builds the tclIndex file for the Tix widget implementation
files. You must use this program to index the Tix librarys instead of
the normal TCL auto_mkindex command.
[5]color.tcl
color.tcl displays all the available colors in your X display. This
program requires tixwish.
References
1. file://localhost/path/to/tix/tools/tix-man2html.tcl
2. file://localhost/path/to/tix/tools/hanno.tcl
3. file://localhost/path/to/tix/tools/tcltrim
4. file://localhost/path/to/tix/tools/tixindex
5. file://localhost/path/to/tix/tools/color.tcl