Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version