Class
images A list of images, in one-to-one correspondence with the items. Elements corresponding totoolbar-button items ortoolbar-component items are ignored
callbacks A list of callback functions, in one-to-one correspondence with the items.Elements corresponding totoolbar-button items ortoolbar-component items are ignored
tooltips A list of tooltip strings, in one-to-one correspondence with the items. Elements corresponding totoolbar-button items ortoolbar-component items are ignored
default-image-setAn optionalimage-set object which can be used to specify images. Seetoolbar-button andimage-set for more details.
toolbar-component inherits from choice, and hence has a list of items. Its behavior is broadly similar tobutton-panel. :items keyword may be used to specify a mixture of toolbar buttons and toolbar components, or may contain arbitrary objects as items. The list may also contain CAPI panes, which will appear within the toolbar. This is typically used withtext-input-panes,option-panes, andtext-input-choices. images,callbacks andtooltips lists. If no image is specified, the item itself is used as the image. For more information on acceptable values for images, seetoolbar-button. toolbartoolbar-button