Gets or sets the value of a particular drawing parameter in a pinboard-object.
capi
pinboard-object-graphics-arg self keyword => value
(setf pinboard-object-graphics-arg) value self keyword => value
self⇩ | |
keyword⇩ |
A keyword denoting a graphics state parameter. |
value |
The value of the drawing option keyword in self. |
value |
The value of the drawing option keyword in self. |
The accessor 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.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42