| Allegro CL version 10.0 This page is new in 10.0. |
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 not
checked (meaning when it's cg:selected property
is nil
). If no such pixmap was specified,
then nil
is returned.
The pixmap can be specified by passing
an unchecked-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
. If the menu-item's checkable property
is nil
, then this pixmap will be displayed
all of the time. This pixmap on the left side is distinct from the
one that can be displayed instead of string by using a pixmap for the
title property.
See also checked-pixmap.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.0 release.
Created 2019.8.20.
| Allegro CL version 10.0 This page is new in 10.0. |