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

pinboard-object-highlighted-p Function

Summary

The predicate for whether a pinboard-object is in the highlighted state.

Package

capi

Signature

pinboard-object-highlighted-p pinboard-object => result

Arguments
pinboard-object
Values
result
A boolean.
Description

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 (Windows version) - 01 Dec 2021 19:33:57