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

NextPrevUpTopContentsIndex

unhighlight-pinboard-object

Function
Summary

Removes the highlighting from a pinboard-object.

Package

capi

Signature

unhighlight-pinboard-object pinboard object &key redisplay => was-highlighted-p

Arguments

pinboard

A pinboard-layout.

object

A pinboard-object.

redisplay

A generalized boolean.

Values

was-highlighted-p

A boolean.

Description

The function unhighlight-pinboard-object removes the highlighting from a pinboard object if necessary, and then if redisplay is non-nil it redisplays it. The default value of redisplay is t.

To highlight a pinboard object use highlight-pinboard-object.

The returned value was-highlighted-p is true if object was highlighted before the call.

See also

highlight-pinboard-object
pinboard-object


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

NextPrevUpTopContentsIndex