1 CAPI Reference Entries

line-pinboard-object

Class

Summary

A subclass ofpinboard-object which displays a line drawn between two corners of the area enclosed by the pinboard object.

Superclasses

pinboard-object

Subclasses

right-angle-line-pinboard-object

Slots

direction
The direction of the line (:up or:down).

Description

If the direction is:down, then the line is drawn from top-left to bottom-right, and if it is:up it is drawn from bottom-left to top-right. A complementary classright-angle-line-pinboard-object is provided which draws a line around the edge of the pinboard object.

Example

(capi:contain (make-instance
               'capi:line-pinboard-object
               :min-width 100
               :min-height 100))

(capi:contain (make-instance 'capi:line-pinboard-object :min-width 100 :min-height 100 :direction :up))

See Also

pinboard-layout


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

Generated with Harlequin WebMaker