Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
This page is new in 9.0.

move-down-one-outline-item

Arguments: outline &key extend cursor-only

Selects the outline-item that is just below the one that is currently selected, if any.

If extend is true and the multiple-selections property of the outline is true, then the item that had been selected will remain selected as the new item is added to the list of selected items.

If cursor-only is true, then only the keyboard focus is moved, without changing which item is selected.

This function could be called directly for an interactive command to move to the next item, typically passing extend as true if the shift key is down. The down arrow key has this functionality built in, though other keystrokes may be desired.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 9.0 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
This page is new in 9.0.