Redraws any pinboard objects within a specified rectangle.
capi
redraw-pinboard-layout pinboard x y width height &optional redisplay
pinboard⇩ | |
Non-negative integers. | |
redisplay⇩ |
A generalized boolean. |
The function redraw-pinboard-layout
causes any pinboard objects within the rectangle specified by x, y, width and height of the pinboard layout pinboard to get redrawn.
If redisplay is nil
, then the redisplay will be cached until a later update. The default for redisplay is t
.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42