LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

draw-pinboard-object-highlighted

Generic Function
Summary

Draws highlighting on a pre-drawn pinboard object.

Package

capi

Signature

draw-pinboard-object-highlighted pinboard object &key &allow-other-keys

Description

The generic function draw-pinboard-object-highlighted draws the highlighting onto a pinboard object that has already been drawn. The default highlighting method draws a box around the object, and should be sufficient for most purposes.

Example

See the example in the file examples/capi/graphics/circled-graph-nodes.lisp

See also

draw-pinboard-object-unhighlighted
highlight-pinboard-object


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex