| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: window
Called by the default position-utility-dialog method to
decide which convention to use for positioning a utility dialog. The
default method simply returns the value of the center-all-modal-dialogs-on-screen
configuration option, which is either nil
,
t
, or :on-owner
. An
application could add methods on this generic function to override the
global configuration default for particular owner windows. The method
should still return one of the three possible values of center-all-modal-dialogs-on-screen
if the default position-utility-dialog method is
used.
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 |