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