1 CAPI Reference Entries
titled-menu-object
is a subclass ofmenu-object
which supports titles, and it is used by menus, menu components and menu items.
menu-object
menu
menu-component
menu-item
title
title-function
Returns the title for the object.
menu-title
menu-title-function
titled-menu-object
is to just supply a title string, and this will then appear as the title of the object. Alternatively, atitle-function
can be provided which will be called with the object when the menu is about to appear and which should return the title to use.
(capi:contain (make-instance 'capi:menu-item :title "Press Me"))(capi:contain (make-instance 'capi:menu-item :title-function #'(lambda (item) (princ-to-string (random 5)))))
Generated with Harlequin WebMaker