Variable: tool-bar-mode

tool-bar-mode is a customizable variable defined in frame.c.

Value

nil

Documentation

Non-nil if Tool-Bar mode is enabled.

See the command tool-bar-mode(var)/tool-bar-mode(fun) for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node (emacs)Easy Customization) or call the function tool-bar-mode(var)/tool-bar-mode(fun).

Probably introduced at or before Emacs version 24.1.

Key Bindings

Source Code

// Defined in /usr/src/emacs/src/frame.c
  DEFVAR_LISP ("tool-bar-mode", Vtool_bar_mode,
               doc: /* Non-nil if Tool-Bar mode is enabled.
See the command `tool-bar-mode' for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `tool-bar-mode'.  */);