Class
callbacks is used as a mixin by classes that provide callbacks. callbacks-callback-type
callbacks-selection-callback
callbacks-extend-callback
callbacks-retract-callback
callbacks-action-callback
Call the function.
Apply the head of the list to the tail.
:redisplay-interfaceCallredisplay-interface on the top-level interface.
:redisplay-menu-barCallredisplay-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-datainterface)
:interface-data(interfaceitem-data)
:item (item)
:item-interface(iteminterface)
:interface-item(interfaceitem)
:interface (interface)
:full (item-dataiteminterface)
: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