| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |