| Allegro CL version 6.2 Unrevised from 6.1 |
Arguments: menu-item
For a dialog-item
or menu-item
, returns an arbitrary
number assigned by the OS to the object to uniquely identify it. This
number is not normally needed by a common graphics application.
For a tab-info
or header-info
, returns (or sets with
setf) an arbitrary symbol that
is used to uniquely identify the item among the items on its
control. It is recommended that the function name be used in place of
id, since name is now intended to work with any arbitrary object,
though id remains for backward compatibility.
For a timer object, returns the unique id (which is not setf'able). id is a property of the timer
class.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |