Class
dividerp Ift, a divider line is drawn above the toolbar, to separate it from the menu bar. The default value isnil.
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
button-widthThe width of the toolbar buttons. The default is 24.
button-heightThe height of the toolbar buttons. The default is 22.
image-widthThe width of buttons in the toolbar. The default value is 16.
image-heightThe height of buttons in the toolbar. The default value is 15.
default-image-setAn optional image setting object which can be used to specify images. Seetoolbar-button andimage-set for more details.
toolbar inherits fromcollection, and therefore has a list ofitems. It behaves in a similar manner topush-button-panel, which inherits fromchoice. items keyword may be used to specify a mixture oftoolbar-buttons andtoolbar-components, or it 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. toolbar-button. toolbar-component for further details. collectionpush-button-paneltoolbar-component