annotate lisp/oobr/tree-x/Xoobr-color.ad @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ! Generic athena widget font selection
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 *Text.Font: -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 *Label.Font: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 *Command.Font: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 *SimpleMenu.Font: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 *SmeBSB.Font: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 *MenuButton.Font: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 *List.Font: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ! Menu Button Labels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 *treeMenuBtn.label: Tree
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 *layoutMenuBtn.label: Layout
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 *helpBtn.label: Help...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ! Menu Entry Labels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 *treeMenu*treeMenuNew.label: New Tree
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 *treeMenu*treeMenuLoad.label: Load Tree
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 *treeMenu*treeMenuSave.label: Save Tree
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 *treeMenu*treeMenuQuit.label: Quit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 *layoutMenu*layoutMenuSpacing.label: Layout Spacing...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 *layoutMenu*layoutMenuAlignNodes.label: Align Nodes on Level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ! Dialog (Button) Labels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 *dlgNewTree.title: New Tree
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 *dlgNodeName.title: Node Name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 *dlgInfo.title: Information
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 *dlgError.title: Error!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 *dlgSpacing.title: Tree Node Spacing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 *helpShell.title: Help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 *dlgNewTreeForm.label: Enter name of root node:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 *dlgNodeNameForm.label: Enter name of new node:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 *dlgFileForm.label: Enter name of file:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 *dlgInfoForm.label: Information:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 *dlgErrorForm.label: Error:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 *dlgSpacing.label: Spacing Dialog
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 *dlgLevelLabel.label: Level spacing:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 *dlgSiblingLabel.label: Sibling spacing:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 *dlgLevelValuator.width: 40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 *dlgLevelValuator.width: 40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 *dlgNewTreeOk.label: Ok
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 *dlgNewTreeCancel.label: Cancel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 *dlgFileOk.label: Ok
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 *dlgFileCancel.label: Cancel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 *dlgInfoButton.label: Acknowledged
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 *dlgErrorButton.label: Acknowledged
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 *dlgOkButton.label: Ok
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 *dlgCancelButton.label: Cancel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 *dlgNodeNameOk.label: Ok
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 *dlgNodeNameCancel.label: Cancel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 *helpDoneButton.label: Dismiss
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 *helpTitle.label: Help for Drawing Dynamic Trees
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 *statusText.width: 310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 *treeDrawingArea.width: 310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 *treeDrawingArea.height: 400
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 *treeDrawingArea.Translations: #override \n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 <Btn1Down>: node_select(EDIT)\n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 <Btn2Down>: node_select(VIEW)\n\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 <Btn3Down>: XawPositionSimpleMenu(nodeMenu)node_menu_prepare()XtMenuPopup(nodeMenu)\n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 ! <Btn3Down>: XawPositionSimpleMenu(nodeMenu)node_menu_prepare()maybe_menu_popup(nodeMenu)\n
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 ! Color Specifications
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 Xoobr*backgroundColor: gray90
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 !Xoobr*treeColor: lightyellow
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 !Xoobr*contourColor: black
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 !Xoobr*splitColor: green
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 !Xoobr*highlightColor: red
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 *Paned.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 *Box.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 *Form.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 *Dialog.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 *Label.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 *Panner.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 *Panner.foreground: gray50
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 *Scrollbar.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 *Viewport.background: gray
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 *MenuButton.background: lightgrey
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 *SimpleMenu.background: lightgrey
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 *Command.background: lightgrey