The image argument to 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)
(setf image (capi:contain
(make-instance
'capi:image-pinboard-object
:image "new-lispworks-logo")
:process nil))
(setf (capi:image-pinboard-object-image image)
"diamond1")
(setf (capi:image-pinboard-object-image image)
"new-lispworks-logo")
(capi:contain (make-instance
'capi:image-pinboard-object
:image "new-lispworks-logo"
:title "New LispWorks Logo"
:title-adjust :right
:title-position :bottom))