Next Prev Up Top Contents Index

line-pinboard-object

Class
Summary

A subclass of pinboard-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 class right-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
               :visible-min-width 100
               :visible-min-height 100))
(capi:contain (make-instance
               'capi:line-pinboard-object
               :visible-min-width 100
               :visible-min-height 100
               :direction :up))
See also

pinboard-layout


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index