Variable: gmm-tool-bar-style

gmm-tool-bar-style is a customizable variable defined in gmm-utils.el.gz.

Value

retro

Documentation

Preferred tool bar style.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gmm-utils.el.gz
(defcustom gmm-tool-bar-style
  (if (and (boundp 'tool-bar-mode)
	   tool-bar-mode
	   (not (memq (display-visual-class)
		      (list 'static-gray 'gray-scale
                            'static-color 'pseudo-color))))
      'gnome
    'retro)
  "Preferred tool bar style."
  :type '(choice (const :tag "GNOME style" gnome)
		 (const :tag "Retro look"  retro)))