comparison man/xresources.texi @ 52456:fef189326a95

(Resources): Refer to `editres' man page. (Lucid Resources): Update defaults. Expand desciption of `shadowThickness'.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 07 Sep 2003 22:15:51 +0000
parents 695cf19ef79e
children d08a70365018
comparison
equal deleted inserted replaced
52455:53159f2b4d37 52456:fef189326a95
140 a tree showing the structure of X toolkit widgets used in an Emacs 140 a tree showing the structure of X toolkit widgets used in an Emacs
141 frame. Select one of them, such as @samp{menubar}, then select 141 frame. Select one of them, such as @samp{menubar}, then select
142 @samp{Show Resource Box} from the @samp{Commands} menu. This displays 142 @samp{Show Resource Box} from the @samp{Commands} menu. This displays
143 a list of all the meaningful X resources and allows you to edit them. 143 a list of all the meaningful X resources and allows you to edit them.
144 Changes take effect immediately if you click on the @samp{Apply} button. 144 Changes take effect immediately if you click on the @samp{Apply} button.
145 (See the @code{editres} man page for more details.)
145 146
146 @node Table of Resources 147 @node Table of Resources
147 @appendixsec Table of X Resources for Emacs 148 @appendixsec Table of X Resources for Emacs
148 149
149 This table lists the resource names that designate options for 150 This table lists the resource names that designate options for
390 @item buttonForeground 391 @item buttonForeground
391 In the menu bar, the color of the foreground for a selected item. 392 In the menu bar, the color of the foreground for a selected item.
392 @item horizontalSpacing 393 @item horizontalSpacing
393 Horizontal spacing in pixels between items. Default is 3. 394 Horizontal spacing in pixels between items. Default is 3.
394 @item verticalSpacing 395 @item verticalSpacing
395 Vertical spacing in pixels between items. Default is 1. 396 Vertical spacing in pixels between items. Default is 2.
396 @item arrowSpacing 397 @item arrowSpacing
397 Horizontal spacing between the arrow (which indicates a submenu) and 398 Horizontal spacing between the arrow (which indicates a submenu) and
398 the associated text. Default is 10. 399 the associated text. Default is 10.
399 @item shadowThickness 400 @item shadowThickness
400 Thickness of shadow line around the widget. 401 Thickness of shadow line around the widget. Default is 1.
402
403 Also determines the thickness of shadow lines around other objects,
404 for instance 3D buttons and arrows. If you have the impression that
405 the arrows in the menus do not stand out clearly enough or that the
406 difference between ``in'' and ``out'' buttons is difficult to see, set
407 this to 2. If you have no problems with visibility, the default
408 probably looks better. The background color may also have some effect
409 on the contrast.
401 @item margin 410 @item margin
402 The margin of the menu bar, in characters. The default of 4 makes the 411 The margin of the menu bar, in characters. Default is 1.
403 menu bar appear like the LessTif/Motif one.
404 @end table 412 @end table
405 413
406 @node LessTif Resources 414 @node LessTif Resources
407 @appendixsec LessTif Menu X Resources 415 @appendixsec LessTif Menu X Resources
408 @cindex Menu X Resources (LessTif widgets) 416 @cindex Menu X Resources (LessTif widgets)