| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: icon-drawing-view
Returns the value of the icons-filled property of
a icon-drawing-view
. The value
may be set at creation time by passing
the icons-filled
initarg, or any
time later by calling (setf icons-filled).
A value indicating whether and how the non-pixmap icons of a
icon-drawing-view
in a
chart-or-plot
are filled.
Here are the possible values:
nil
- Non-pixmap icons are not filled. They
are simple line drawings using the icon-line-widths and line-colors of the icon-drawing-view
. Overlapping parts of the chart
can be seen "through" the icons.
t
- Non-pixmap icons are filled using the icon-fill-colors of the icon-drawing-view
, and with 1-pixel-thick black
borders. This is the default value.
:hollow
- Non-pixmap icons are filled with the
body-background-color of the
chart-or-plot
, with borders
drawn in the line-colors of
the icon-drawing-view
.
:without-border
- Non-pixmap icons are filled with
the line-colors of the
icon-drawing-view
, and no
borders are drawn. The line-colors are used for filling because they
are typically darker and therefore work better on a light background
when there are no borders.
This property is used only when the draw-icons property is true.
See plot-widget
, chart-widget
and
also cg-chart-widget.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |