aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-02-17 00:52:50 +0000
committerRichard M. Stallman2004-02-17 00:52:50 +0000
commit6d682d424ed621561722d1a5244d8bb707463a50 (patch)
treeff07a5571801ce507f6441b39e4c85b11668f074
parenta48d10ae570c033391e83eb58773564cfe15e9bb (diff)
downloademacs-6d682d424ed621561722d1a5244d8bb707463a50.tar.gz
emacs-6d682d424ed621561722d1a5244d8bb707463a50.zip
(Tool Bar): tool-bar-item => tool-bar-button.
-rw-r--r--lispref/keymaps.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index 9098266a54a..a67b208c6fd 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -2324,7 +2324,7 @@ follows.
2324@tindex tool-bar-add-item 2324@tindex tool-bar-add-item
2325This function adds an item to the tool bar by modifying 2325This function adds an item to the tool bar by modifying
2326@code{tool-bar-map}. The image to use is defined by @var{icon}, which 2326@code{tool-bar-map}. The image to use is defined by @var{icon}, which
2327is the base name of an XPM, XBM or PBM image file to located by 2327is the base name of an XPM, XBM or PBM image file to be located by
2328@code{find-image}. Given a value @samp{"exit"}, say, @file{exit.xpm}, 2328@code{find-image}. Given a value @samp{"exit"}, say, @file{exit.xpm},
2329@file{exit.pbm} and @file{exit.xbm} would be searched for in that order 2329@file{exit.pbm} and @file{exit.xbm} would be searched for in that order
2330on a color display. On a monochrome display, the search order is 2330on a color display. On a monochrome display, the search order is
@@ -2375,22 +2375,22 @@ show all defined tool bar items---but not larger than a quarter of the
2375frame's height. 2375frame's height.
2376@end defvar 2376@end defvar
2377 2377
2378@tindex auto-raise-tool-bar-items 2378@tindex auto-raise-tool-bar-buttons
2379@defvar auto-raise-tool-bar-items 2379@defvar auto-raise-tool-bar-buttons
2380If this variable is non-@code{nil}, tool bar items display 2380If this variable is non-@code{nil}, tool bar items display
2381in raised form when the mouse moves over them. 2381in raised form when the mouse moves over them.
2382@end defvar 2382@end defvar
2383 2383
2384@tindex tool-bar-item-margin 2384@tindex tool-bar-button-margin
2385@defvar tool-bar-item-margin 2385@defvar tool-bar-button-margin
2386This variable specifies an extra margin to add around tool bar items. 2386This variable specifies an extra margin to add around tool bar items.
2387The value is an integer, a number of pixels. The default is 1. 2387The value is an integer, a number of pixels. The default is 4.
2388@end defvar 2388@end defvar
2389 2389
2390@tindex tool-bar-item-relief 2390@tindex tool-bar-button-relief
2391@defvar tool-bar-item-relief 2391@defvar tool-bar-button-relief
2392This variable specifies the shadow width for tool bar items. 2392This variable specifies the shadow width for tool bar items.
2393The value is an integer, a number of pixels. The default is 3. 2393The value is an integer, a number of pixels. The default is 1.
2394@end defvar 2394@end defvar
2395 2395
2396 You can define a special meaning for clicking on a tool bar item with 2396 You can define a special meaning for clicking on a tool bar item with