Mercurial > hg > xemacs-beta
comparison pkg-src/tree-x/Xoobr.ad @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
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*layoutMenuFixed.label: Fixed | |
25 *layoutMenu*layoutMenuVariable.label: Variable | |
26 *layoutMenu*layoutMenuSpacing.label: Spacing... | |
27 *layoutMenu*layoutMenuAlignNodes.label: Align Nodes on Level | |
28 | |
29 ! Dialog (Button) Labels | |
30 | |
31 *dlgNewTree.title: New Tree | |
32 *dlgNodeName.title: Node Name | |
33 *dlgInfo.title: Information | |
34 *dlgError.title: Error! | |
35 *dlgSpacing.title: Tree Node Spacing | |
36 *helpShell.title: Help | |
37 | |
38 *dlgNewTreeForm.label: Enter name of root node: | |
39 *dlgNodeNameForm.label: Enter name of new node: | |
40 *dlgFileForm.label: Enter name of file: | |
41 *dlgInfoForm.label: Information: | |
42 *dlgErrorForm.label: Error: | |
43 *dlgSpacing.label: Spacing Dialog | |
44 *dlgLevelLabel.label: Level spacing: | |
45 *dlgSiblingLabel.label: Sibling spacing: | |
46 *dlgLevelValuator.width: 40 | |
47 *dlgLevelValuator.width: 40 | |
48 | |
49 | |
50 *dlgNewTreeOk.label: Ok | |
51 *dlgNewTreeCancel.label: Cancel | |
52 *dlgFileOk.label: Ok | |
53 *dlgFileCancel.label: Cancel | |
54 *dlgInfoButton.label: Acknowledged | |
55 *dlgErrorButton.label: Acknowledged | |
56 *dlgOkButton.label: Ok | |
57 *dlgCancelButton.label: Cancel | |
58 *dlgNodeNameOk.label: Ok | |
59 *dlgNodeNameCancel.label: Cancel | |
60 | |
61 *helpDoneButton.label: Dismiss | |
62 *helpTitle.label: Help for Drawing Dynamic Trees | |
63 | |
64 *statusText.width: 310 | |
65 *treeDrawingArea.width: 310 | |
66 *treeDrawingArea.height: 400 | |
67 *treeDrawingArea.Translations: #override \n\ | |
68 <Btn1Down>: node_select(EDIT)\n\ | |
69 <Btn2Down>: node_select(VIEW)\n\ | |
70 <Btn3Down>: XawPositionSimpleMenu(nodeMenu)node_menu_prepare()XtMenuPopup(nodeMenu)\n | |
71 ! <Btn3Down>: XawPositionSimpleMenu(nodeMenu)node_menu_prepare()maybe_menu_popup(nodeMenu)\n |