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