| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: outline
Returns the value of the ancestor-background-color property of an outline
control. The value may be
specified at creation time by passing the
ancestor-background-color initarg to make-instance, or any time later by
calling (setf
ancestor-background-color).
This is the color in which the background of ancestor outline-item
s of the currently
selected item will be drawn if the highlight-ancestors property is true.
The value should always be an RGB color object, as made with make-rgb. The default value is a
"slate blue" made with (make-rgb :red 235 :green 235 :blue
250)
.
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.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |