Variable: tool-bar-style

tool-bar-style is a customizable variable defined in xdisp.c.

Value

nil

Documentation

Tool bar style to use.

It can be one of
 image - show images only
 text - show text only
 both - show both, text below image
 both-horiz - show text to the right of the image
 text-image-horiz - show text to the left of the image
 any other - use system default or image if no system default.

This variable only affects the GTK+ toolkit version of Emacs.

This variable was added, or its default value changed, in Emacs 24.1.

Probably introduced at or before Emacs version 24.1.

Source Code

// Defined in /usr/src/emacs/src/xdisp.c
  DEFVAR_LISP ("tool-bar-style", Vtool_bar_style,
    doc: /* Tool bar style to use.
It can be one of
 image            - show images only
 text             - show text only
 both             - show both, text below image
 both-horiz       - show text to the right of the image
 text-image-horiz - show text to the left of the image
 any other        - use system default or image if no system default.

This variable only affects the GTK+ toolkit version of Emacs.  */);