Variable: toolbarx-internal-button-switches

toolbarx-internal-button-switches is a variable defined in toolbar-x.el.

Value

nil

Documentation

Store the list of processed buttons, used by toolbarx-refresh.

This variable can store different values for the different buffers.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/toolbar-x.el
;; next variable interfaces between parsing and display engines
(defvar toolbarx-internal-button-switches nil
  "Store the list of processed buttons, used by `toolbarx-refresh'.
This variable can store different values for the different buffers.")