comparison doc/lispref/keymaps.texi @ 102918:f166876b8717

* keymaps.texi (Tool Bar): Mention that some platforms do not support multi-line toolbars. Suggested by Stephen Eglen. * frames.texi (Layout Parameters): Mention that Nextstep also allows only one tool-bar line. Suggested by Stephen Eglen.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 10 Apr 2009 02:12:01 +0000
parents a447859a557b
children c32ec20d0ab5
comparison
equal deleted inserted replaced
102917:6cd77c51af00 102918:f166876b8717
2701 specifies the local map to make the definition in. The argument 2701 specifies the local map to make the definition in. The argument
2702 @var{from-map} is like the @var{map} argument of 2702 @var{from-map} is like the @var{map} argument of
2703 @code{tool-bar-add-item-from-menu}. 2703 @code{tool-bar-add-item-from-menu}.
2704 @end defun 2704 @end defun
2705 2705
2706 @defvar auto-resize-tool-bar 2706 @defvar auto-resize-tool-bars
2707 If this variable is non-@code{nil}, the tool bar automatically resizes to 2707 If this variable is non-@code{nil}, the tool bar automatically resizes to
2708 show all defined tool bar items---but not larger than a quarter of the 2708 show all defined tool bar items---but not larger than a quarter of the
2709 frame's height. 2709 frame's height.
2710 2710
2711 If the value is @code{grow-only}, the tool bar expands automatically, 2711 If the value is @code{grow-only}, the tool bar expands automatically,
2712 but does not contract automatically. To contract the tool bar, the 2712 but does not contract automatically. To contract the tool bar, the
2713 user has to redraw the frame by entering @kbd{C-l}. 2713 user has to redraw the frame by entering @kbd{C-l}.
2714
2715 If Emacs is built with GTK or Nextstep, the tool bar can only show one
2716 line, so this variable has no effect.
2714 @end defvar 2717 @end defvar
2715 2718
2716 @defvar auto-raise-tool-bar-buttons 2719 @defvar auto-raise-tool-bar-buttons
2717 If this variable is non-@code{nil}, tool bar items display 2720 If this variable is non-@code{nil}, tool bar items display
2718 in raised form when the mouse moves over them. 2721 in raised form when the mouse moves over them.