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

  1. .SH NAME
  2. w_task \- taskwindow commands.
  3. .SH SYNOPSIS
  4. \fBw_task \fI name option \fR?\fIarg arg ...\fR? 
  5. .BE
  6.  
  7. .SH DESCRIPTION
  8. .PP
  9. .TP
  10. \fBw_task \fIidentifier\fR \fBcreate \fR?\fB-receive \fIscript\fR?
  11. .TP
  12.            ?\fB-quit \fIscript\fR? ?\fB-command \fIstring\fR? ?\fB-slot \fInumber\fR? 
  13. Starts up a taskwindow task. The \fB-receive \fIscript\fR gives a script to
  14. be called when the task returns data. %o is set to the data and %n to the task
  15. identifier.
  16. The \fB-quit \fIscript\fR gives a script to be called when the task closes
  17. down. %n is set to the task identifier.
  18. The \fB-command \fIstring\fR gives a string to pass to the RiscOS command
  19. line interpreter. It is truncated to 140 characters.
  20. The \fB-slot \fInumber\fR sets the task's initial wimpslot in kilobytes.
  21. It defaults to 128K.
  22. .TP
  23. \fBw_task \fIidentifier\fR \fBsend\fI string\fR
  24. This sends \fI string\fR to the task.
  25. .TP
  26. \fBw_task \fIidentifier\fR \fBkill\fR
  27. Kills the task.
  28. .TP
  29. \fBw_task \fIidentifier\fR \fBsuspend\fR
  30. Suspends the task.
  31. .TP
  32. \fBw_task \fIidentifier\fR \fBresume\fR
  33. Resumes after suspension.
  34.