Function: tab-bar-format-menu-bar
tab-bar-format-menu-bar is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar-format-menu-bar)
Documentation
Produce the Menu button for the tab bar that shows the menu bar.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-format-menu-bar ()
"Produce the Menu button for the tab bar that shows the menu bar."
`((menu-bar menu-item ,tab-bar-menu-bar-button
tab-bar-menu-bar :help "Menu bar")))