aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-13 14:43:48 +0000
committerEli Zaretskii2001-09-13 14:43:48 +0000
commit48c1cde9fa6c6d7c29ada3b925d3cd80624b381b (patch)
tree58bd10f016a93241f76cb6cf2e0e441cd33f1c5c
parent620c4704a93c3e9034f376e2e20852b3ee0a3b34 (diff)
downloademacs-48c1cde9fa6c6d7c29ada3b925d3cd80624b381b.tar.gz
emacs-48c1cde9fa6c6d7c29ada3b925d3cd80624b381b.zip
(LessTif Resources): Describe more resources.
-rw-r--r--man/cmdargs.texi37
1 files changed, 28 insertions, 9 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index dfabae71231..4f3d734abbd 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -1217,7 +1217,7 @@ 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
@@ -1286,16 +1286,19 @@ 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
1294with the LessTif or Motif widgets, then the menu bar is a separate 1294with the LessTif or Motif widgets, then the menu bar, the dialog
1295widget and has its own resources. The resource names contain 1295boxes, the pop-up menus, and the file-selection box are separate
1296@samp{pane.menubar} (following, as always, the name of the Emacs 1296widgets and have their own resources.
1297invocation, or @samp{Emacs}, which stands for all Emacs invocations). 1297
1298Specify 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
1301like this:
1299 1302
1300@smallexample 1303@smallexample
1301Emacs.pane.menubar.@var{subwidget}.@var{resource}: @var{value} 1304Emacs.pane.menubar.@var{subwidget}.@var{resource}: @var{value}
@@ -1364,7 +1367,7 @@ Emacs.pane.menubar.popup_*.fontList: 8x16
1364@end smallexample 1367@end smallexample
1365 1368
1366@noindent 1369@noindent
1367For toolkit pop-up menus, use @samp{menu*} instead of 1370For 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
1369the pop-up menu items, write this: 1372the pop-up menu items, write this:
1370 1373
@@ -1372,10 +1375,26 @@ the pop-up menu items, write this:
1372Emacs.menu*.fontList: 8x16 1375Emacs.menu*.fontList: 8x16
1373@end smallexample 1376@end smallexample
1374 1377
1378@noindent
1379For LessTif dialog boxes, use @samp{dialog} instead of @samp{menu}:
1380
1381@example
1382Emacs.dialog*.fontList: 8x16
1383Emacs.dialog*.foreground: hotpink
1384@end example
1385
1386To specify resources for the LessTif file-selection box, use
1387@samp{fsb*}, like this:
1388
1389@example
1390Emacs.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
1397pop-up menus:
1379 1398
1380@table @code 1399@table @code
1381@item armColor 1400@item armColor