| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: widget
This property has an effect only on the Windows platform.
This property of various widgets determines the value that
*antialiasing*
will have
while drawing lines and filling areas in the widget. See
*antialiasing*
for an
explanation of its effect.
The value can be set at creation time by passing the :antialias-lines initarg to make-instance, or any time later by calling (setf antialias-lines).
This is a property of chart-widget
, plot-widget
, lamp
, grid-widget
, and node-pane-mixin
. For the
grid-widget
, *antialiasing*
will be bound only by the
built-in draw-cell methods;
you would need to bind it in your own draw-cell methods to effect antialiasing in
custom-drawn grid cells.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |