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

highlight-ancestors

Arguments: outline

Returns the value of the highlight-ancestors property of an outline control. The value may be specified at creation time by passing the highlight-ancestors initarg to make-instance, or any time later by calling (setf highlight-ancestors).

This is a boolean value indicating whether the outline widget will draw the background of each ancestor outline-item of the currently selected item in a different color. That can help the user to more easily see which items the selected item is indented beneath. When true, the background of each ancestor item will be drawn using the ancestor-background-color.

The default value is nil, for backward compatibility reasons, though it may generally be preferable to enable this behavior.


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