aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Djärv2010-04-21 18:25:15 +0200
committerJan Djärv2010-04-21 18:25:15 +0200
commit20fe03ad8549ef41bcd79a4a0c0d683b1df2318b (patch)
treefbfac5f397f1365bb2b8b5b15deec4465f510f4b /doc
parentf904c0f93825fb434f802ced019c378a20ec491d (diff)
downloademacs-20fe03ad8549ef41bcd79a4a0c0d683b1df2318b.tar.gz
emacs-20fe03ad8549ef41bcd79a4a0c0d683b1df2318b.zip
Document tool-bar-style
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/frames.texi7
2 files changed, 11 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 @@
12010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2
3 * frames.texi (Tool Bars): Add tool-bar-style.
4
12010-04-21 Glenn Morris <rgm@gnu.org> 52010-04-21 Glenn Morris <rgm@gnu.org>
2 6
3 * ack.texi, emacs.texi (Acknowledgments): Add SELinux support. 7 * 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).
1262 You can turn display of tool bars on or off with @kbd{M-x 1262 You can turn display of tool bars on or off with @kbd{M-x
1263tool-bar-mode} or by customizing the option @code{tool-bar-mode}. 1263tool-bar-mode} or by customizing the option @code{tool-bar-mode}.
1264 1264
1265@vindex tool-bar-style
1266@cindex Tool Bar style
1267 When Emacs is compiled with GTK+ support, tool bars can have text and images.
1268Customize @code{tool-bar-style} to select style. The default style is
1269the same as for the desktop in the Gnome case. If no default is found,
1270the tool bar uses just images.
1271
1265@node Dialog Boxes 1272@node Dialog Boxes
1266@section Using Dialog Boxes 1273@section Using Dialog Boxes
1267@cindex dialog boxes 1274@cindex dialog boxes