Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

clipboard-data-available?

Generic function

Summary

Returns false if there is any data of a particular type on a clipboard.

Signature

clipboard-data-available? type clipboard => available?

Arguments

type
An instance of type-union(<symbol>, <type>).

clipboard
An instance of <clipboard>.

Values

available?
An instance of <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

Returns #f if and only if there is any data of type type on the clipboard. The argument type is an instance of type-union(<symbol>, <type>).

See also

add-clipboard-data, page 208

add-clipboard-data-as, page 209

<clipboard>, page 235

get-clipboard-data-as, page 284


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index