All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

pinboard-object-graphics-arg

Generic Function
Summary

Gets or sets the value of a particular drawing parameter 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 state parameter.

Values

value

The value of the drawing option keyword in self .

Description

The generic function pinboard-object-graphics-arg returns or sets the value of the graphics state parameter keyword in self .

pinboard-object-graphics-arg accesses the value in the graphics-args plist of the pinboard-object self , and (setf pinboard-object-graphics-arg) sets the value in this plist. A call to (setf pinboard-object-graphics-args) will overwrite anything set by previous calls to (setf pinboard-object-graphics-arg).

The graphics-args are used by built-in subclasses of pinboard-object.

See graphics-state for details of the drawing parameters.

See also

graphics-state
pinboard-object


CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex