All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

draw-pinboard-object

Generic Function
Summary

Draws a pinboard object.

Package

capi

Signature

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

Description

The generic function draw-pinboard-object 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 draw the complete object. However, it should not draw outside the pinboard object's bounds.

Example
(example-edit-file "capi/graphics/circled-graph-nodes")
See also

pinboard-layout
pinboard-object
pinboard-object-highlighted-p


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex