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

  1. .SH NAME
  2. w_null \- null event commands.
  3. .SH SYNOPSIS
  4. \fBw_null \fIidentifier\fR?\fIscript\fR? ?\fIdelay\fR? 
  5. .BE
  6.  
  7. .SH DESCRIPTION
  8. .PP
  9. This command installs or removes scripts to be run when the wimp is not busy,
  10. possibly after a delay.
  11. .TP
  12. \fBw_null \fIidentifier script \fR?\fIdelay\fR?
  13. Installs \fIscript \fR. If the script returns a delay it is re-installed with
  14. the new delay.
  15. .TP
  16. \fBw_null \fIidentifier script \fR
  17. Removes any script with this identifier.
  18.