From: Dave Love Date: Thu, 14 Sep 2000 19:17:05 +0000 (+0000) Subject: Tool bar, mention c-mouse-3. X-Git-Tag: emacs-pretest-21.0.90~1613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2beab0dbab25cd057a2eb5ddfb1843eb26015699;p=emacs.git Tool bar, mention c-mouse-3. --- diff --git a/man/frames.texi b/man/frames.texi index 9a1aa85de53..8eae3fc9132 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -53,7 +53,7 @@ such support. * Scroll Bars:: How to enable and disable scroll bars; how to use them. * Wheeled Mice:: Using mouse wheels for scrolling. * Menu Bars:: Enabling and disabling the menu bar. -@c * Tool Bars:: Enabling and disabling the tool bar. +* Tool Bars:: Enabling and disabling the tool bar. * Dialog Boxes:: Controlling use of dialog boxes. * Faces:: How to change the display style using faces. * Font Lock:: Minor mode for syntactic highlighting using faces. @@ -708,27 +708,35 @@ determine where and by how much buffers are scrolled. @cindex mode, Menu Bar You can turn display of menu bars on or off with @kbd{M-x -menu-bar-mode}. With no argument, this command toggles Menu Bar mode, a +menu-bar-mode} or by customizing the option @code{menu-bar-mode}. +With no argument, this command toggles Menu Bar mode, a minor mode. With an argument, the command turns Menu Bar mode on if the argument is positive, off if the argument is not positive. You can use the X resource @samp{menuBarLines} to control the initial setting of -Menu Bar mode. @xref{Resources X}. Expert users often turn off the -menu bar, especially on text-only terminals, where this makes one -additional line available for text. +Menu Bar mode. @xref{Resources X}. + +Expert users often turn off the menu bar, especially on text-only +terminals, where this makes one additional line available for text. If +the menu bar is off, you can still pop up a menu of its contents with +@kbd{c-mouse-3} on a display which supports popup menus. @xref{Menu +Mouse Clicks}. @xref{Menu Bar}, for information on how to invoke commands with the menu bar. -@c Presumably not useful until we make toolbar items. -@c @node Tool Bars -@c @section Tool Bars -@c @cindex Tool Bar mode -@c @cindex mode, Tool Bar +@node Tool Bars +@section Tool Bars +@cindex Tool Bar mode +@cindex mode, Tool Bar + +You can turn display of tool bars on or off with @kbd{M-x tool-bar-mode} +analogously to @code{menu-bar-mode}. @xref{Menu Bars}. This will only +work in an Emacs built with appropriate image support to display the +available tool bar icons. -@c You can turn display of tool bars on or off with @kbd{M-x -@c tool-bar-mode}. With no argument, this command toggles Tool Bar mode, a -@c minor mode. With an argument, the command turns Tool Bar mode on if the -@c argument is positive, off if the argument is not positive. +There is a global tool bar with some useful items and various modes may +define their own tool bars. More could be added if suitable icons are +contributed. @node Dialog Boxes @section Using Dialog Boxes