Variable: TeX-bar-LaTeX-all-button-alists
TeX-bar-LaTeX-all-button-alists is a customizable variable defined in
tex-bar.el.
Value
(TeX-bar-LaTeX-button-alist toolbarx-default-toolbar-meaning-alist)
Documentation
List of variables that hold buttons properties.
Each element should be a symbol bound to list in the format of
the argument BUTTON-ALIST in function toolbarx-install-toolbar.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-bar.el
(defcustom TeX-bar-LaTeX-all-button-alists
'(TeX-bar-LaTeX-button-alist
toolbarx-default-toolbar-meaning-alist)
"List of variables that hold buttons properties.
Each element should be a symbol bound to list in the format of
the argument BUTTON-ALIST in function `toolbarx-install-toolbar'."
:type '(repeat variable)
:group 'TeX-tool-bar-button-definitions)