1 CAPI Reference Entries
callbacks
is used as a mixin by classes that provide callbacks.
capi-object
collection
item
menu-object
callback-type
selection-callback
The callback for selecting an item.
extend-callback
The callback for extending the selection.
retract-callback
The callback for deselecting an item.
action-callback
The callback for an action.
callbacks-callback-type
callbacks-selection-callback
callbacks-extend-callback
callbacks-retract-callback
callbacks-action-callback
:redisplay-interface
Callredisplay-interface
on the top-level interface.
:redisplay-menu-bar
Callredisplay-menu-bar
on the top-level interface.
callback-type
specifies which arguments get passed to each of the callbacks. It can take any of the following values, and passes the corresponding data to the callback function:
:data
(item-data)
:data-interface
(item-data interface)
:interface-data
(interface item-data)
:item
)
:item-interface
(item interface)
:interface-item
(interface item)
:interface
)
:full
item interface)
:none
nil
item
, otherwise it is the item itself, as for item. The item variable means the item itself. The interface is the interface of the element.
choice
attach-interface-for-callback
Generated with Harlequin WebMaker