diff options
| author | Jan Djärv <jan.h.d@swipnet.se> | 2010-04-21 18:25:15 +0200 |
|---|---|---|
| committer | Jan Djärv <jan.h.d@swipnet.se> | 2010-04-21 18:25:15 +0200 |
| commit | 20fe03ad8549ef41bcd79a4a0c0d683b1df2318b (patch) | |
| tree | fbfac5f397f1365bb2b8b5b15deec4465f510f4b | |
| parent | f904c0f93825fb434f802ced019c378a20ec491d (diff) | |
| download | emacs-20fe03ad8549ef41bcd79a4a0c0d683b1df2318b.tar.gz | |
Document tool-bar-style
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 7 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index a2cc7a08ef6..d2df84e2aae 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2010-04-21 Jan Djärv <jan.h.d@swipnet.se> + + * frames.texi (Tool Bars): Add tool-bar-style. + 2010-04-21 Glenn Morris <rgm@gnu.org> * ack.texi, emacs.texi (Acknowledgments): Add SELinux support. diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index b4a8500df65..cde901acf75 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -1262,6 +1262,13 @@ bar uses monochrome icons (PBM or XBM format). You can turn display of tool bars on or off with @kbd{M-x tool-bar-mode} or by customizing the option @code{tool-bar-mode}. +@vindex tool-bar-style +@cindex Tool Bar style + When Emacs is compiled with GTK+ support, tool bars can have text and images. +Customize @code{tool-bar-style} to select style. The default style is +the same as for the desktop in the Gnome case. If no default is found, +the tool bar uses just images. + @node Dialog Boxes @section Using Dialog Boxes @cindex dialog boxes @@ -68,6 +68,10 @@ Algorithm. ** GTK scroll-bars are now placed on the right by default. Use `set-scroll-bar-mode' to change this. +** GTK tool bars can have just text, just images or images and text. +Customize `tool-bar-style´ to choose style. On a Gnome desktop, the default +is taken from the desktop settings. + ** Lucid menus and dialogs can display antialiased fonts if Emacs is built with Xft. |
