aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/keymaps.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index b7bc34ece84..b1e2f7fbaea 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -2498,6 +2498,15 @@ This variable specifies the shadow width for tool bar items.
2498The value is an integer, a number of pixels. The default is 1. 2498The value is an integer, a number of pixels. The default is 1.
2499@end defvar 2499@end defvar
2500 2500
2501@tindex tool-bar-border
2502@defvar tool-bar-border
2503This variable specifies the height of the border drawn below the tool
2504bar area. An integer value specifies height as a number of pixels.
2505If the value is one of @code{internal-border-width} (the default) or
2506@code{border-width}, the tool bar border height corresponds to the
2507corresponding frame parameter.
2508@end defvar
2509
2501 You can define a special meaning for clicking on a tool bar item with 2510 You can define a special meaning for clicking on a tool bar item with
2502the shift, control, meta, etc., modifiers. You do this by setting up 2511the shift, control, meta, etc., modifiers. You do this by setting up
2503additional items that relate to the original item through the fake 2512additional items that relate to the original item through the fake