1!
2! XbmBrowser Resources (version 5.0)
3!
4XbmBrowser.width:      500
5XbmBrowser.height:     600
6XbmBrowser.iconName:   browser
7
8! These are preset during make -- change at own risk
9!XbmBrowser.cmd_rc:      /config/to/force/load
10!XbmBrowser.user_rc:     ==USERS_RC==
11!XbmBrowser.library_rc:  ==LIBRARY_RC==
12
13! Buttons along the top
14*mainmenu.label:      Main Menu
15*options.label:       Options
16*rescan.label:        Rescan
17*scan.label:          Full Scan
18*mainmenu.leftBitmap: menu12
19*options.leftBitmap:  menu12
20
21! ------------------------------------
22! Options Menu Defaults
23!
24! Space for check box bitmaps
25*optmenu*leftMargin:        24
26! Xaw3d Library Resource (all menus)
27*SimpleMenu*shadowWidth:     1
28!
29! --- Display Sytle ---
30*optmenu.solid_bgnd.label:  Shaped Windows
31*optmenu.shape_syms.label:  Shape Symbols
32*optmenu.label_all.label:   Label All Files
33*optmenu.label_icons.label: Label Icons
34*optmenu.label_syms.label:  Label Symbols
35*optmenu.label_dirs.label:  Label Dirs
36! --- Show What Files ---
37*optmenu.icons_only.label:  Icons Only
38*optmenu.show_dir.label:    Directories
39*optmenu.show_xpmbad.label: Bad X Pixmaps
40*optmenu.show_other.label:  Other Files
41*optmenu.show_hidden.label: Hidden Files
42! --- Scanning Method ---
43*optmenu.recursive.label:   Recursive Scan
44
45! ------------------------------------
46! Option Menu default settings
47!
48! --- Display Sytle ---
49! Defaults depends on your display type
50!XbmBrowser.solid_bgnd:         False
51!XbmBrowser.shape_syms:         False
52!XbmBrowser.label_all:          False
53!XbmBrowser.label_icons:        False
54!XbmBrowser.label_syms:         False
55!XbmBrowser.label_dirs:         False
56! --- Show What Files ---
57!XbmBrowser.icons_only:         False
58!XbmBrowser.show_dir:           True
59!XbmBrowser.show_xpmbad:        True
60!XbmBrowser.show_other:         False
61!XbmBrowser.show_hidden:        False
62! --- Scanning Method ---
63! Ensure recursive scan is off at start
64!XbmBrowser.recursive:          False
65
66%==COLOR_SETTINGS_DIVIDER==
67! ------------------------------------
68! Color settings symbols and bitmap icons
69XbmBrowser.sym_foreground:      black
70XbmBrowser.sym_background:      lemon chiffon
71XbmBrowser.stipple_background:  pale green
72!
73! Background Color Settings
74XbmBrowser.icon_foreground:     black
75XbmBrowser.icon_background:     white
76XbmBrowser.icon_transparent:    beige
77XbmBrowser.solid_background:    MediumSeaGreen
78!
79! Try these backgrounds instead
80!XbmBrowser.icon_foreground:    black
81!XbmBrowser.icon_background:    grey
82!XbmBrowser.icon_transparent:   grey
83!XbmBrowser.solid_background:   grey
84
85! Simple Color Selections for Xt Programs using the
86! Standard Color Table of Anthony's Icon Library
87*Command.background:        sky blue
88*Toggle.background:         sky blue
89*MenuButton.background:     sky blue
90*Label.background:          lemon chiffon
91*Box.background:            lemon chiffon
92*Form.background:           lemon chiffon
93*SimpleMenu*background:     wheat
94*List.background:           wheat
95*Dialog.background:         wheat
96*Dialog.Label.background:   wheat
97*Text*background:           white
98
99