emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/keymaps.texi,v
Date: Sat, 08 Jul 2006 18:07:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:07:32

Index: keymaps.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/keymaps.texi,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- keymaps.texi        5 Jul 2006 17:07:29 -0000       1.80
+++ keymaps.texi        8 Jul 2006 18:07:32 -0000       1.81
@@ -2436,7 +2436,6 @@
 using an indirection through @code{tool-bar-map}.
 
 @defvar tool-bar-map
address@hidden tool-bar-map
 By default, the global map binds @code{[tool-bar]} as follows:
 @example
 (global-set-key [tool-bar]
@@ -2456,7 +2455,6 @@
 follows.
 
 @defun tool-bar-add-item icon def key &rest props
address@hidden tool-bar-add-item
 This function adds an item to the tool bar by modifying
 @code{tool-bar-map}.  The image to use is defined by @var{icon}, which
 is the base name of an XPM, XBM or PBM image file to be located by
@@ -2480,7 +2478,6 @@
 @end defun
 
 @defun tool-bar-add-item-from-menu command icon &optional map &rest props
address@hidden tool-bar-add-item-from-menu
 This function is a convenience for defining tool bar items which are
 consistent with existing menu bar bindings.  The binding of
 @var{command} is looked up in the menu bar in @var{map} (default
@@ -2503,32 +2500,27 @@
 @code{tool-bar-add-item-from-menu}.
 @end defun
 
address@hidden auto-resize-tool-bar
 @defvar auto-resize-tool-bar
 If this variable is address@hidden, the tool bar automatically resizes to
 show all defined tool bar items---but not larger than a quarter of the
 frame's height.
 @end defvar
 
address@hidden auto-raise-tool-bar-buttons
 @defvar auto-raise-tool-bar-buttons
 If this variable is address@hidden, tool bar items display
 in raised form when the mouse moves over them.
 @end defvar
 
address@hidden tool-bar-button-margin
 @defvar tool-bar-button-margin
 This variable specifies an extra margin to add around tool bar items.
 The value is an integer, a number of pixels.  The default is 4.
 @end defvar
 
address@hidden tool-bar-button-relief
 @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
 
address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]