1 CAPI Reference Entries

titled-image-pinboard-object

Class

Summary

Atitled-image-pinboard-object is apinboard-object that displays itself as a generic image with a title underneath it.

Superclasses

image-pinboard-object
item-pinboard-object

Slots

title
The title of the pinboard object.

x-adjust
The offset adjustment between the image and title.

Description

The relative positions of the title and the image can be specified withadjust. By default, the adjust is:center, meaning that the image and title should be centered, but the value can take any of the arguments accepted bypane-adjusted-offset.

Example

(setf image (capi:contain
             (make-instance
              'capi:titled-image-pinboard-object
              :title "LispWorks"
              :image "new-lispworks-logo")))

(setf (capi:image-pinboard-object-image image) "diamond1")

(setf (capi:image-pinboard-object-image image) "new-lispworks-logo")

(capi:contain (make-instance 'capi:titled-image-pinboard-object :title "LispWorks" :x-adjust :right :image "new-lispworks-logo"))

See Also

pinboard-layout
pinboard-object


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker