menuitem-properties

Name

menuitem-properties -- Return a list of the properties of the given MENU-ITEM.

Synopsis

(menuitem-properties menu-item)

Description

Return a list of the properties of the given menu-item. menu-item is a menuitem object, created by make-menuitem. The returned list contains the following, in this order: '(label action extra-label picture-above picture-left hover-action unhover-action hotkey-preferences force-submenu?) Note that this is the same as the arguments to the make-menuitem primitive.

Implementation Notes

Module: Built-in Primitive

Defined in src/menuitem.c at line 101 (CVS log)