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

  1. .SH NAME
  2. w_draw \- draw diagram commands.
  3. .SH SYNOPSIS
  4. \fBw_draw \fI name option \fR?\fIarg arg ...\fR? 
  5. .BE
  6.  
  7. .SH DESCRIPTION
  8. .PP
  9. This command provides operations on draw diagrams. The first argument is a
  10. diagram identifier. The second determines the operation.
  11. .TP
  12. \fBw_draw \fIidentifier\fR \fBcreate ?\fIoptions\fR?
  13. Creates a draw diagram.
  14. .TP
  15. \fBw_draw \fIidentifier\fR \fBopen \fR
  16. Opens a window on the diagram.
  17. .TP
  18. \fBw_draw \fIidentifier\fR \fBsave \fIfilename\fR
  19. Saves the diagram to \fIfilename\fR.
  20. .TP
  21. \fBw_draw \fIidentifier\fR ?\fBabove \fInumber\fR? \fIobject\fR
  22. Adds an object to the diagram. Returns an object number.
  23. If \fBabove \fInumber\fR is given the new object is placed above the numbered
  24. object, or at the front for number -1. Otherwise it is placed at the back.
  25. .TP
  26. \fBw_draw \fIidentifier\fR \fBdelete \fInumber\fR
  27. Deletes a numbered object from the diagram.