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