comparison man/cmdargs.texi @ 39286:155c7b5e0c02

(LessTif Resources): Describe more resources.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 13 Sep 2001 14:43:48 +0000
parents a8c0a02f6129
children 3b40423b9355
comparison
equal deleted inserted replaced
39285:ed6d73267f1d 39286:155c7b5e0c02
1215 @item @var{face}.attributeItalic 1215 @item @var{face}.attributeItalic
1216 Whether to draw the characters in the face @var{face} as italic. 1216 Whether to draw the characters in the face @var{face} as italic.
1217 @end table 1217 @end table
1218 1218
1219 @node Lucid Resources 1219 @node Lucid Resources
1220 @section Lucid Menu X Resources 1220 @appendixsec Lucid Menu X Resources
1221 @cindex Menu X Resources (Lucid widgets) 1221 @cindex Menu X Resources (Lucid widgets)
1222 @cindex Lucid Widget X Resources 1222 @cindex Lucid Widget X Resources
1223 1223
1224 If the Emacs installed at your site was built to use the X toolkit 1224 If the Emacs installed at your site was built to use the X toolkit
1225 with the Lucid menu widgets, then the menu bar is a separate widget and 1225 with the Lucid menu widgets, then the menu bar is a separate widget and
1284 The margin of the menu bar, in characters. The default of 4 makes the 1284 The margin of the menu bar, in characters. The default of 4 makes the
1285 menu bar appear like the LessTif/Motif one. 1285 menu bar appear like the LessTif/Motif one.
1286 @end table 1286 @end table
1287 1287
1288 @node LessTif Resources 1288 @node LessTif Resources
1289 @section LessTif Menu X Resources 1289 @appendixsec LessTif Menu X Resources
1290 @cindex Menu X Resources (LessTif widgets) 1290 @cindex Menu X Resources (LessTif widgets)
1291 @cindex LessTif Widget X Resources 1291 @cindex LessTif Widget X Resources
1292 1292
1293 If the Emacs installed at your site was built to use the X toolkit 1293 If the Emacs installed at your site was built to use the X toolkit
1294 with the LessTif or Motif widgets, then the menu bar is a separate 1294 with the LessTif or Motif widgets, then the menu bar, the dialog
1295 widget and has its own resources. The resource names contain 1295 boxes, the pop-up menus, and the file-selection box are separate
1296 @samp{pane.menubar} (following, as always, the name of the Emacs 1296 widgets and have their own resources.
1297 invocation, or @samp{Emacs}, which stands for all Emacs invocations). 1297
1298 Specify them like this: 1298 The resource names for the menu bar contain @samp{pane.menubar}
1299 (following, as always, the name of the Emacs invocation, or
1300 @samp{Emacs}, which stands for all Emacs invocations). Specify them
1301 like this:
1299 1302
1300 @smallexample 1303 @smallexample
1301 Emacs.pane.menubar.@var{subwidget}.@var{resource}: @var{value} 1304 Emacs.pane.menubar.@var{subwidget}.@var{resource}: @var{value}
1302 @end smallexample 1305 @end smallexample
1303 1306
1362 Emacs.pane.menubar.*.fontList: 8x16 1365 Emacs.pane.menubar.*.fontList: 8x16
1363 Emacs.pane.menubar.popup_*.fontList: 8x16 1366 Emacs.pane.menubar.popup_*.fontList: 8x16
1364 @end smallexample 1367 @end smallexample
1365 1368
1366 @noindent 1369 @noindent
1367 For toolkit pop-up menus, use @samp{menu*} instead of 1370 For LessTif pop-up menus, use @samp{menu*} instead of
1368 @samp{pane.menubar}. For example, to specify the font @samp{8x16} for 1371 @samp{pane.menubar}. For example, to specify the font @samp{8x16} for
1369 the pop-up menu items, write this: 1372 the pop-up menu items, write this:
1370 1373
1371 @smallexample 1374 @smallexample
1372 Emacs.menu*.fontList: 8x16 1375 Emacs.menu*.fontList: 8x16
1373 @end smallexample 1376 @end smallexample
1374 1377
1378 @noindent
1379 For LessTif dialog boxes, use @samp{dialog} instead of @samp{menu}:
1380
1381 @example
1382 Emacs.dialog*.fontList: 8x16
1383 Emacs.dialog*.foreground: hotpink
1384 @end example
1385
1386 To specify resources for the LessTif file-selection box, use
1387 @samp{fsb*}, like this:
1388
1389 @example
1390 Emacs.fsb*.fontList: 8x16
1391 @end example
1392
1375 @iftex 1393 @iftex
1376 @medbreak 1394 @medbreak
1377 @end iftex 1395 @end iftex
1378 Here is a list of the specific resources for menu bars and pop-up menus: 1396 Here is a list of the specific resources for LessTif menu bars and
1397 pop-up menus:
1379 1398
1380 @table @code 1399 @table @code
1381 @item armColor 1400 @item armColor
1382 The color to show in an armed button. 1401 The color to show in an armed button.
1383 @item fontList 1402 @item fontList