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

select-adjacent-tab

Arguments: (tab-control tab-control) rightward

Selects the tab of tab-control (which must be a tab-control) that is immediately to the left or right of the currently selected tab. This method would typically be called by keyboard shortcuts for selecting nearby tabs (as seen in some IDE dialogs when right-clicking a tab).

If rightward is true, then the tab on the right is selected, and otherwise the tab on the left is selected. If there are no further tabs in the indicated direction, then nothing is done.


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