| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: dialog-item
Returns whether dialog-item's coordinates are
specified in dialog-units rather than in pixels. If
true, then the dialog-item's coordinates are
measured in dialog-units, which are defined as one-fourth of a
system-font space width wide or one-eighth of a system-font
line-height high. If nil
, the coordinates
are in pixels, which are the coordinates that are usually used by
common graphics.
Dialog-items will be created using pixel coordinates unless the
:dialog-units-p initarg is passed as true when
creating the dialog-item
with make-instance.
Because the system-font varies from one machine to the next, using dialog-units is discouraged.
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 |