home *** CD-ROM | disk | FTP | other *** search
- TclDoc - shade demonstration program
-
- This program displays the Tcl online documentation.
-
- Files can be reached from the icobar menu.
-
- The documentation is in UNIX nroff format, using the macros in the file
-
- <!tcldoc$Dir>.man/macros. The program understands sufficient of this format
- to read the files provided. It is definitely not a general purpose nroff or
- man reader.
-
- ================================================================================
-
- The program gives a example of how to use the w_text colour and font change
- sequences in shade.
-
- Notice that the command
-
- regsub -all {\|} $text || text
-
- in the "process" procedure is used to prevent "|" characters in the text from
- confusing these sequences.
-
- ================================================================================
-
- The main tcldoc program includes a file called "index". This defines the
- menu structure. This is created automatically by the program "makeindex"
- to reflect the contents of the files in the "doc" subdirectory. If you add
- to or rearrange these files you should run makeindex to update the index.