
1 CAPI Reference Entries
pinboard-object
titled-image-pinboard-object
image
image-pinboard-object-image
image-pinboard-object should either be a generic image itself, or the name of a file containing a generic image that is in a directory in your image search path. The image displayed in the object can be changed dynamically using the writer function
(setf image-pinboard-object-image)
image-pinboard-object was calledicon-pinboard-object in LispWorks 3.1. The classicon-pinboard-object is provided for compatibility, but may be removed in the future.
(setf image (capi:contain
(make-instance
'capi:image-pinboard-object
:image "new-lispworks-logo")))
(setf (capi:image-pinboard-object-image image)
"diamond1")
(setf (capi:image-pinboard-object-image image)
"new-lispworks-logo")
pinboard-layout

Generated with Harlequin WebMaker