Function: idlwave-shell-toggle-toolbar
idlwave-shell-toggle-toolbar is an interactive and byte-compiled
function defined in idlw-shell.el.gz.
Signature
(idlwave-shell-toggle-toolbar)
Documentation
Toggle the display of the debugging toolbar.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-toggle-toolbar ()
"Toggle the display of the debugging toolbar."
(interactive)
(idlwave-toolbar-toggle))