| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: grid-subsection
This function returns the value of the movable property of its
argument. This property determines whether the user may drag the
grid-column
or
grid-row
to a
new position.
A movable grid-row
may be moved interactively
only by clicking it in its cells that also lie in columns that are
instances of row-selecting-column-mixin
.
Likewise, a movable grid-column
may be
moved interactively only by clicking it in its cells that also lie in
rows that are instances of column-selecting-row-mixin
.
The setf of this function may be called at runtime to change the movable status of a row or column.
movable is a
property of the grid-subsection
, grid-column
, row-header-column
,
grid-row
, and
column-header-row
classes.
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 |