| Allegro CL version 8.1 New since 8.1 release. |
Arguments: plot-widget
This functionality was added in an update released in the Fall of 2008. You must have that update to use this functionality. See sys:update-allegro for information on getting updates.
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-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 New since 8.1 release. |