| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: pixmap-interface
Returns (or sets with setf) an icon that will be displayed for a
picture-button
or static-picture
control or for an
individual button of a multi-picture-button
. The icon may
be specified either as an icon handle (a non-negative integer) or as a
symbol that is bound to an icon-handle. The icon handle may be either
one of the built-in icon handles (which are the values of error-icon,
warning-icon, question-icon, information-icon, and application-icon)
or may be an icon handle that was returned by calling create-icon-handle.
A pixmap-icon can be used for an object instead of a pixmap, but both
may not be used simultaneously. When an object's pixmap-icon is set,
its pixmap is set to nil
. When an object's
pixmap is set, its pixmap-icon is set to nil
.
pixmap-icon is a
property of the button-info
, picture-button
, and static-picture
classes.
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 |