| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: object
Returns the name of a function that is used to determine whether two
application values of a static-picture
or pixmap-column-mixin
grid-column
are equivalent. The
value may be set at creation time by passing the
pixmap-value-test initarg, or any time later by
calling (setf
pixmap-value-test). The default value of this property is
widget-value-equal.
The function should take two arguments, and return true if they are
considered equivalent and nil
otherwise. The
function is called to locate a real application value in the pixmap-alist of the interface object,
to find the corresponding pixmap to display.
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 |