The predicate for whether a pinboard-object is in the highlighted state.
capi
pinboard-object-highlighted-p pinboard-object => result
pinboard-object⇩ |
result |
A boolean. |
The function pinboard-object-highlighted-p
tests whether pinboard-object is in the highlighted state. The state is switched by calls to highlight-pinboard-object or unhighlight-pinboard-object. In graph-pane and tracking-pinboard-layout, the state switches automatically, but in other panes it happens only by your calls to highlight-pinboard-object or unhighlight-pinboard-object.
pinboard-object-highlighted-p
is useful when the draw-pinboard-object method also does the highlighting, so needs to decide if the object is highlighted or not.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42