| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: name dialog-or-name
Returns the component (dialog-item) whose name is
name and which lies on the dialog specified by
the second argument. The name property of a dialog-item
should be a symbol, and is established by specifying a value for the
:name
option to the (make-instance
'[dialog-item])
form which created the component.
The dialog-or-name argument can be either the
dialog object or, in some cases, the name of the dialog. (The name of the dialog will
suffice only if the parent of the dialog is (screen
*system*)
(see screen and *system*
) or
(development-main-window *system*)
.
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 |