| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-top-pane
This method returns the grid-drawing-pane
instance
associated with the argument. This is the widget-window
on which a grid-widget
is drawn
except for its outermost border.
The grid-top-pane argument is the main
widget-window (returned by the function window) of a grid-widget
. It is an instance of
the grid-top-pane
class, and is the
parent of the grid-drawing-pane
.
See grid-drawing-pane-class-for-grid for information on subclassing the grid-drawing-pane of a grid-widget.
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 |