From 7e50c0333fb7eeee7171030ea0a7e71ee2ad41ae Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 2 Mar 2006 22:34:58 +0000 Subject: [PATCH] (Tool Bar): Add tool-bar-border. --- lispref/keymaps.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index b7bc34ece8..b1e2f7fbae 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -2496,6 +2496,15 @@ The value is an integer, a number of pixels. The default is 4. @defvar tool-bar-button-relief This variable specifies the shadow width for tool bar items. The value is an integer, a number of pixels. The default is 1. +@end defvar + +@tindex tool-bar-border +@defvar tool-bar-border +This variable specifies the height of the border drawn below the tool +bar area. An integer value specifies height as a number of pixels. +If the value is one of @code{internal-border-width} (the default) or +@code{border-width}, the tool bar border height corresponds to the +corresponding frame parameter. @end defvar You can define a special meaning for clicking on a tool bar item with -- 2.20.1