Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

close-clipboard

Function

Summary

Closes the current clipboard lock for a sheet on a port.

Signature

close-clipboard port sheet => ()

Arguments

port
An instance of <port>.

sheet
An instance of <sheet>.

Values

None.

Library

duim-sheets

Module

duim-sheets

Description

Closes the current clipboard lock for sheet on port. A clipboard lock needs to be closed safely after it the clipboard has been used, to free the clipboard for further use.

You should not normally call close-clipboard yourself to close a clipboard lock. Use the macro with-clipboard to create and free the lock for you.

See also

<clipboard>, page 235

with-clipboard, page 375


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index