Draws a pinboard object.
capi
draw-pinboard-object pinboard object &key x y width height &allow-other-keys
pinboard⇩ | |
object⇩ | |
Non-negative integers. |
The generic function draw-pinboard-object
is called whenever object needs to be drawn in pinboard. x, y, width and height 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-edit-file "capi/graphics/circled-graph-nodes")
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42