| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: class-grid data-object
Removes one of the displayed objects from a class-grid
. An alternative is to replace the
whole set of displayed objects by calling (setf value) on the grid, passing a
list of all objects to display.
Internally this removes a class-grid-body-row
from the body row-section of the
class-grid.
class-grid is the class-grid
from which an object will be removed.
data-object is the object to remove. It should be an instance of the edited-class of the class-grid. If the object is not found in the class-grid, then nothing is done.
See also add-class-grid-row.
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 |