mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
* 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.
This commit is contained in:
parent
f980664e7e
commit
9c283d5b99
@ -1,5 +1,11 @@
|
||||
2009-04-10 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* 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.
|
||||
|
||||
* nonascii.texi (Text Representations): Copyedits.
|
||||
(Coding System Basics): Also mention utf-8-emacs.
|
||||
(Converting Representations, Selecting a Representation)
|
||||
|
@ -668,8 +668,8 @@ menu bar line; they treat larger values as 1.)
|
||||
|
||||
@item tool-bar-lines
|
||||
The number of lines to use for the tool bar. A value of @code{nil}
|
||||
means don't display a tool bar. (GTK allows at most one tool bar line;
|
||||
it treats larger values as 1.)
|
||||
means don't display a tool bar. (GTK and Nextstep allow at most one
|
||||
tool bar line; they treat larger values as 1.)
|
||||
|
||||
@item line-spacing
|
||||
Additional space to leave below each text line, in pixels (a positive
|
||||
|
@ -2703,7 +2703,7 @@ specifies the local map to make the definition in. The argument
|
||||
@code{tool-bar-add-item-from-menu}.
|
||||
@end defun
|
||||
|
||||
@defvar auto-resize-tool-bar
|
||||
@defvar auto-resize-tool-bars
|
||||
If this variable is non-@code{nil}, the tool bar automatically resizes to
|
||||
show all defined tool bar items---but not larger than a quarter of the
|
||||
frame's height.
|
||||
@ -2711,6 +2711,9 @@ frame's height.
|
||||
If the value is @code{grow-only}, the tool bar expands automatically,
|
||||
but does not contract automatically. To contract the tool bar, the
|
||||
user has to redraw the frame by entering @kbd{C-l}.
|
||||
|
||||
If Emacs is built with GTK or Nextstep, the tool bar can only show one
|
||||
line, so this variable has no effect.
|
||||
@end defvar
|
||||
|
||||
@defvar auto-raise-tool-bar-buttons
|
||||
|
Loading…
Reference in New Issue
Block a user