NextPrevUpTopContentsIndex

draw-pinboard-object

Generic Function
Package

capi

Signature

draw-pinboard-object pinboard object &key x y
width height &allow-other-keys

Description

This generic function is called whenever a pinboard object needs to be drawn. The x , y , width and height arguments indicate the region that needs to be redrawn, but a method is free to ignore these and just draw the complete object.

Example

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

See also

pinboard-layout
pinboard-object


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex