| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: menu-item
This menu-item property is implemented only on the Windows platform.
Returns the pixmap, if there is one, that was specified to be
displayed on the left side of the menu-item
when the menu-item is checked
(meaning when it's cg:selected
property is true). If no such pixmap was specified,
then nil
is returned.
The pixmap can be specified by passing
a checked-pixmap initarg when calling
make-instance to
create the menu-item
. The value should be either
a pixmap or nil
, and the default
is nil
. The value would be used only if the
menu-item's cg:checkable
property is true.
If a menu-item's cg:checkable
and cg:selected properties are
both true but the checked-pixmap property
is nil
, then a default check mark pixmap is
displayed.
See also unchecked-pixmap.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |