Function: menu-bar-showhide-tool-bar-menu-customize-enable-top
menu-bar-showhide-tool-bar-menu-customize-enable-top is an interactive
and byte-compiled function defined in menu-bar.el.gz.
Signature
(menu-bar-showhide-tool-bar-menu-customize-enable-top)
Documentation
Display tool bars on the top side.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-showhide-tool-bar-menu-customize-enable-top ()
"Display tool bars on the top side."
(interactive)
(menu-bar-set-tool-bar-position 'top))