
1 CAPI Reference Entries
callbacks is used as a mixin by classes that provide callbacks.
capi-object
collection
item
menu-object
callback-type
selection-callbackThe callback for selecting an item.
extend-callbackThe callback for extending the selection.
retract-callbackThe callback for deselecting an item.
action-callbackThe 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.
choiceattach-interface-for-callback

Generated with Harlequin WebMaker