All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

with-random-typeout Macro

Summary

Binds a stream variable to a collector pane.

Package

capi

Signature

with-random-typeout (stream-variable pane) &body body

Arguments
stream-variable
A symbol (not evaluated).
pane
A pane.
body
Lisp forms.
Description

The macro with-random-typeout binds the variable stream-variable to a collector pane stream associated with pane for the scope of the macro and evaluates the forms in body as an implicit progn. The collector pane is automatically mapped and unmapped around the body. If body exits normally, the typeout is not unmapped until the space bar is pressed or the mouse is clicked.

See also

map-typeout
unmap-typeout
collector-pane


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57