| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. Moderate update since 8.1 release. 8.0 version |
Arguments: grid-widget section subsection &optional invalidate-borders-p
Use of the function is deprecated. Use (setf selected) instead.
Deselects a grid row or column if it is currently selected (see select-subsection), and otherwise does nothing.
grid-widget is a grid-widget
control.
section is either a column-section or a row-section.
subsection is either a grid-row or a grid-column.
If invalidate-borders-p is true, then both the interior and the border of the subsection will be redrawn, rather than the interior only.
See also deselect-all-subsections.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.8.5.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. Moderate update since 8.1 release. 8.0 version |