Function: toolbarx-refresh

toolbarx-refresh is an interactive and byte-compiled function defined in toolbar-x.el.

Signature

(toolbarx-refresh &optional GLOBAL-FLAG)

Documentation

Redraw the toolbar, peviously installed with toolbarx.

Force global refresh if GLOBAL-FLAG is non-nil.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/toolbar-x.el
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; finishing parsing engine

(defun toolbarx-refresh (&optional global-flag)
  "Redraw the toolbar, peviously installed with `toolbarx'.
Force global refresh if GLOBAL-FLAG is non-nil."
  (interactive "P")
  (toolbarx-emacs-refresh global-flag))