| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: plot-widget
Returns the value of the plot-view property of a plot-widget
. The value may be set at creation
time by passing a plot-view initarg to
make-instance, or any time
later by calling (setf
plot-view).
The value is always an instance of the plot-view
class, which draws a plot-widget's
data. If you do not pass a plot-view instance as the value of the
:plot-view initarg when creating a plot-widget, then a default
instance is created automatically.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |