Variable: tool-bar-map
tool-bar-map is a variable defined in tool-bar.el.gz.
Value
Documentation
Keymap for the tool bar.
To override the global tool bar, define this variable
buffer-locally and add the items you want to it with
tool-bar-add-item, tool-bar-add-item-from-menu and related
functions.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/tool-bar.el.gz
(defvar-keymap tool-bar-map
:doc "Keymap for the tool bar.
To override the global tool bar, define this variable
buffer-locally and add the items you want to it with
`tool-bar-add-item', `tool-bar-add-item-from-menu' and related
functions.")