Next Previous Up Top Contents Index

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

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker