| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: items device stream &rest options &key pop-up
This function is obsolete. You should create dialogs with make-window with dialog
(or some
subclass of dialog
) as the device
argument. open-dialog exists for backward compatibility only.
open-dialog
creates and returns a dialog
. The arguments are
interpreted as follows.
If stream is a background stream, the dialog is created to be displayed on it. If it is opened in pop-up mode, then its position will be "culturally compatible" with the host machine unless overridden by one of the options.
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 |