diff options
| -rw-r--r-- | lispref/keymaps.texi | 9 |
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. | |||
| 2498 | The value is an integer, a number of pixels. The default is 1. | 2498 | The 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 | ||
| 2503 | This variable specifies the height of the border drawn below the tool | ||
| 2504 | bar area. An integer value specifies height as a number of pixels. | ||
| 2505 | If the value is one of @code{internal-border-width} (the default) or | ||
| 2506 | @code{border-width}, the tool bar border height corresponds to the | ||
| 2507 | corresponding 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 |
| 2502 | the shift, control, meta, etc., modifiers. You do this by setting up | 2511 | the shift, control, meta, etc., modifiers. You do this by setting up |
| 2503 | additional items that relate to the original item through the fake | 2512 | additional items that relate to the original item through the fake |