Next Prev Up Top Contents Index

over-pinboard-object-p

Generic Function
Summary

The over-pinboard-object-p generic function tests whether a point lies within the boundary of a pinboard object.

Signature

over-pinboard-object-p pinboard-object x y

Description

Returns non- nil if the x and y coordinates specify a point within the boundary of a pinboard object. To find the actual object at this position, use pinboard-object-at-position.

The default method returns t if x and y are within the bounding area of the pinboard object. A method is supplied for line-pinboard-object and you may add methods for your own pinboard-object subclasses.

See also

pinboard-object-at-position
pinboard-object-overlap-p
pinboard-object
pinboard-layout


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index