Variable: system-taskbar-use-progress-reporter

system-taskbar-use-progress-reporter is a customizable variable defined in system-taskbar.el.gz.

Value

t

Documentation

Supplement progress-reporters with GUI taskbar icon progress bars.

Set this before enabling system-taskbar-mode(var)/system-taskbar-mode(fun).

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

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/system-taskbar.el.gz
(defcustom system-taskbar-use-progress-reporter t
  "Supplement progress-reporters with GUI taskbar icon progress bars.
Set this before enabling `system-taskbar-mode'."
  :type 'boolean
  :version "31.1")