NextPrevUpTopContentsIndex

pinboard-object-graphics-arg

Generic Function
Summary

Gets or sets the value of a particular drawing option in a pinboard-object.

Package

capi

Signature

pinboard-object-graphics-arg self keyword => value

Signature

(setf pinboard-object-graphics-arg) value
self keyword => value

Arguments

self

A pinboard-object.

keyword

A keyword denoting a Graphics Ports drawing option.

Values

value

The value of the drawing option keyword in self .

Description

The generic function pinboard-object-at-position returns or sets the value of the Graphics Ports drawing option keyword in self . See the section Graphics State in the LispWorks CAPI User Guide for details of the drawing options.

See also

pinboard-object


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex