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

draw-icons

Arguments: object

draw-icons is a property of the outline and dropping-outline classes. It is also a property of icon-drawing-views, which are associated with the chart-or-plot.

For outline widgets

Returns the value of the draw-icons property of outline. This property determines whether to draw pixmaps to the left of each item in the outline control.

For chart-or-plot widgets

Returns the value of the draw-icons property of a icon-drawing-view. The value may be set at creation time by passing the draw-icons initarg, or any time later by calling (setf draw-icons).

A boolean value indicating whether icons are drawn at the data points of a icon-drawing-view in a chart-or-plot. The default value is t.

Either this property or draw-lines (or both) should be true, because otherwise nothing would be drawn for the data values. The icon-images property should also contain a non-null list of icons to draw, when this property is true.

See also icon-line-widths, icon-sizes, icon-fill-colors, and icons-filled.


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