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

  1. .SH NAME
  2. w_box \- dialog box commands.
  3. .SH SYNOPSIS
  4. \fBw_box \fI identifier option \fR?\fIarg arg ...\fR? 
  5. .BE
  6.  
  7. .SH DESCRIPTION
  8. .PP
  9. This command provides operations on dialog boxes. The first argument is a
  10. template identifier. The second determines the operation.
  11. .TP
  12. \fBw_box \fIidentifier\fR \fBcreate \fItitle component \fB?-tag?\fR
  13. Creates a dialog box template.
  14. .TP
  15. \fBw_box \fIidentifier\fR \fBopen \fR?\fItag\fR?
  16. Opens a persitent dialog box from the template. Optionally tags it with
  17.  \fItag\fR
  18.