| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |