Next Prev Up Top Contents Index

redraw-pinboard-object

Function
Summary

The redraw-pinboard-object function redraws a specified pinboard object.

Signature

redraw-pinboard-object object &optional redisplay

Description

This causes the pinboard object object to be redrawn, unless redisplay is nil in which case the redisplay will be cached until a later update. The default for redisplay is t .

Example

There are examples in the directory examples/capi/graphics/ .

See also

pinboard-object
pinboard-layout
redraw-pinboard-layout


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index