home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !tcldoc_doc_w_w_text < prev    next >
Encoding:
Text File  |  1996-03-29  |  736 b   |  26 lines

  1. .SH NAME
  2. w_init \- text window commands
  3. .SH SYNOPSIS
  4. \fBw_text \fI identifier option \fR?\fIarg arg ...\fR? 
  5. .BE
  6.  
  7. .SH DESCRIPTION
  8. .PP
  9. This command provides operations on text documents. The first argument is a
  10. document identifier. The second determines the operation.
  11. .TP
  12. \fBw_text \fIidentifier\fR \fBcreate \fR ...
  13. Create a text document.
  14. .TP
  15. \fBw_text \fIidentifier\fR \fBoptions \fR ...
  16. Change options for a text dcument.
  17. .TP
  18. \fBw_text \fIidentifier\fR \fBopen \fR
  19. Opens a window on the document.
  20. .TP
  21. \fBw_text \fIidentifier\fR \fBprint \fIstrings\fR
  22. Prints the strings in a single line with space separators.
  23. .TP
  24. \fBw_text \fIidentifier\fR \fBwrite \fIstrings\fR
  25. Writes the strings as a paragraph, splitting the lines if required.
  26.