| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: dialog &rest names-and-values
Sets the value of controls on a dialog. The
dialog argument can be either a dialog
object or the
name of a dialog. The names-and-values arguments
must be in pairs with the first argument being the name of a control
and the second being the new value, which must be suitable as a value
for the control. The values of all controls are modified as
specified. Calling this function is similar to calling set-dialog-field
for each name/value pair.
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 |