Mercurial > emacs
changeset 74997:f2f6a4b1bf80
(Table of Resources): Mention grow-only value for auto-resize-tool-bars.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 30 Dec 2006 21:38:01 +0000 |
parents | 2875dfeb454d |
children | 091a17e8cb83 |
files | man/xresources.texi |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/man/xresources.texi Sat Dec 30 21:34:46 2006 +0000 +++ b/man/xresources.texi Sat Dec 30 21:38:01 2006 +0000 @@ -11,7 +11,7 @@ @xref{MS-Windows Registry}. Likewise, Emacs on MacOS Carbon emulates X resources using the Preferences system. @xref{Mac Environment Variables}. - When Emacs is built using an ``X toolkit'', such as Lucid or + When Emacs is built using an ``X toolkit'', such as Lucid or LessTif, you need to use X resources to customize the appearance of the widgets, including the menu-bar, scroll-bar, and dialog boxes. This is because the libraries that implement these don't provide for @@ -73,7 +73,7 @@ these names. Each resource specification in @file{~/.Xdefaults} states the name of the program and the name of the resource. For Emacs, the program name is @samp{Emacs}. It looks like this: - + @example Emacs.borderWidth: 2 @end example @@ -321,6 +321,9 @@ the tool bar. If the value is non-zero and @code{auto-resize-tool-bars} is non-@code{nil}, the tool bar's size will be changed automatically so that all tool bar items are visible. + If the value of @code{auto-resize-tool-bars} is @code{grow-only}, +the tool bar expands automatically, but does not contract automatically. +To contract the tool bar, you must redraw the frame by entering @kbd{C-l}. @item @code{useXIM} (class @code{UseXIM}) @cindex XIM @@ -438,7 +441,7 @@ @noindent Resources for @emph{non-menubar} toolkit pop-up menus have -@samp{menu*} instead of @samp{pane.menubar}. For example, to specify +@samp{menu*} instead of @samp{pane.menubar}. For example, to specify the font @samp{8x16} for the pop-up menu items, write this: @example @@ -701,7 +704,7 @@ widget "Emacs.pane.menubar" style "my_style" widget "Emacs.pane.emacs.verticalScrollBar" style "my_style" @end smallexample - + But to avoid having to type it all, wildcards are often used. @samp{*} matches zero or more characters and @samp{?} matches one character. So "*" matches all widgets.