@section Tool Bars
@cindex tool bar mode
@cindex tool bar, attached to frame
-@cindex mode, Tool Bar
+@cindex mode, tool bar
@cindex icons, toolbar
On graphical displays, Emacs puts a @dfn{tool bar} at the top of each
@code{tool-bar-mode}.
@vindex tool-bar-style
-@cindex Tool Bar style
+@cindex tool bar style
When Emacs is compiled with GTK+ support, each tool bar item can
consist of an image, or a text label, or both. By default, Emacs
follows the Gnome desktop's tool bar style setting; if none is
defined, it displays tool bar items as just images. To impose a
specific tool bar style, customize the variable @code{tool-bar-style}.
-@cindex Tool Bar position
+@cindex tool bar position
You can also control the placement of the tool bar for the GTK+ tool
bar with the frame parameter @code{tool-bar-position}. @xref{Frame
Parameters,,, elisp, The Emacs Lisp Reference Manual}.
frames (choice
(const :tag "Images" :value image)
(const :tag "Text" :value text)
- (const :tag "Both" :value both)
- (const :tag "Both-horiz" :value both-horiz)
- (const :tag "Text-image-horiz" :value text-image-horiz)
+ (const :tag "Both, text below image" :value both)
+ (const :tag "Both, text to right of image" :value both-horiz)
+ (const :tag "Both, text to left of image" :value text-image-horiz)
(const :tag "System default" :value nil)) "24.1")
(tool-bar-max-label-size frames integer "24.1")
(tab-bar-position