Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1

movable

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-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page has had moderate revisions compared to the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1