Variable: window-tool-bar--refresh-skipped-count
window-tool-bar--refresh-skipped-count is a variable defined in
window-tool-bar.el.gz.
Value
0
Documentation
Number of tool bar string refreshes that were skipped.
The total number of requests is the sum of this and
window-tool-bar--refresh-done-count.
Source Code
;; Defined in /usr/src/emacs/lisp/window-tool-bar.el.gz
(defvar window-tool-bar--refresh-skipped-count 0
"Number of tool bar string refreshes that were skipped.
The total number of requests is the sum of this and
`window-tool-bar--refresh-done-count'.")