changeset 39286:155c7b5e0c02

(LessTif Resources): Describe more resources.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 13 Sep 2001 14:43:48 +0000
parents ed6d73267f1d
children 3b40423b9355
files man/cmdargs.texi
diffstat 1 files changed, 28 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/man/cmdargs.texi	Thu Sep 13 14:06:10 2001 +0000
+++ b/man/cmdargs.texi	Thu Sep 13 14:43:48 2001 +0000
@@ -1217,7 +1217,7 @@
 @end table
 
 @node Lucid Resources
-@section Lucid Menu X Resources
+@appendixsec Lucid Menu X Resources
 @cindex Menu X Resources (Lucid widgets)
 @cindex Lucid Widget X Resources
 
@@ -1286,16 +1286,19 @@
 @end table
 
 @node LessTif Resources
-@section LessTif Menu X Resources
+@appendixsec LessTif Menu X Resources
 @cindex Menu X Resources (LessTif widgets)
 @cindex LessTif Widget X Resources
 
   If the Emacs installed at your site was built to use the X toolkit
-with the LessTif or Motif widgets, then the menu bar is a separate
-widget and has its own resources.  The resource names contain
-@samp{pane.menubar} (following, as always, the name of the Emacs
-invocation, or @samp{Emacs}, which stands for all Emacs invocations).
-Specify them like this:
+with the LessTif or Motif widgets, then the menu bar, the dialog
+boxes, the pop-up menus, and the file-selection box are separate
+widgets and have their own resources.
+
+  The resource names for the menu bar contain @samp{pane.menubar}
+(following, as always, the name of the Emacs invocation, or
+@samp{Emacs}, which stands for all Emacs invocations).  Specify them
+like this:
 
 @smallexample
 Emacs.pane.menubar.@var{subwidget}.@var{resource}:  @var{value}
@@ -1364,7 +1367,7 @@
 @end smallexample
 
 @noindent
-For toolkit pop-up menus, use @samp{menu*} instead of
+For LessTif pop-up menus, use @samp{menu*} instead of
 @samp{pane.menubar}.  For example, to specify the font @samp{8x16} for
 the pop-up menu items, write this:
 
@@ -1372,10 +1375,26 @@
 Emacs.menu*.fontList:  8x16
 @end smallexample
 
+@noindent
+For LessTif dialog boxes, use @samp{dialog} instead of @samp{menu}:
+
+@example
+Emacs.dialog*.fontList: 8x16
+Emacs.dialog*.foreground: hotpink
+@end example
+
+To specify resources for the LessTif file-selection box, use
+@samp{fsb*}, like this:
+
+@example
+Emacs.fsb*.fontList: 8x16
+@end example
+
 @iftex
 @medbreak
 @end iftex
-  Here is a list of the specific resources for menu bars and pop-up menus:
+  Here is a list of the specific resources for LessTif menu bars and
+pop-up menus:
 
 @table @code
 @item armColor