1fffe5102Smrg*Panner*backgroundStipple: grid2 2fffe5102Smrg 3fffe5102Smrg*allowShellResize: true 4fffe5102Smrg*buttonbox*ShapeStyle: oval 5fffe5102Smrg*Form*Panner.Thickness: -1 6fffe5102Smrg*Form.defaultDistance: 0 7fffe5102Smrg*Form.BorderWidth: 0 8fffe5102Smrg*Porthole.BorderWidth: 0 9fffe5102Smrg*Porthole.top: ChainTop 10fffe5102Smrg*Porthole.left: ChainLeft 11fffe5102Smrg*Porthole.bottom: ChainBottom 12fffe5102Smrg*Porthole.right: ChainRight 13fffe5102Smrg*Porthole.resizable: on 14fffe5102Smrg*Panner.top: ChainTop 15fffe5102Smrg*Panner.left: ChainLeft 16fffe5102Smrg*Panner.bottom: ChainTop 17fffe5102Smrg*Panner.right: ChainLeft 18fffe5102Smrg*Panner.resizable: on 19fffe5102Smrg*Tree*ShapeStyle: rectangle 20fffe5102Smrg*Tree*Toggle*BorderWidth: 0 21fffe5102Smrg*Porthole*Box.BorderWidth: 0 22fffe5102Smrg*Porthole*Box.HSpace: 0 23fffe5102Smrg*Porthole*Box.VSpace: 0 24fffe5102Smrg*Paned*allowResize: true 25fffe5102Smrg 26fffe5102Smrg*Tree*List*Font: -adobe-helvetica-medium-r-normal--*-80-*-*-*-*-iso*-* 27fffe5102Smrg 28fffe5102Smrg*SimpleMenu*BackingStore: NotUseful 29fffe5102Smrg*Font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso*-* 30fffe5102Smrg*buttonbox.MenuButton.leftBitmap: menu12 31fffe5102Smrg*SimpleMenu*menuLabel.vertSpace: 100 32fffe5102Smrg*SimpleMenu*SmeLine*Height: 12 33fffe5102Smrg 34fffe5102Smrg*quit.Label: Quit 35fffe5102Smrg 36fffe5102Smrg*buttonbox.quit.baseTranslations: #override \ 37fffe5102Smrg <Btn1Down>,<Btn1Up>: Quit() unset() 38fffe5102Smrg 39fffe5102Smrg*Toggle.baseTranslations: #augment \n\ 40fffe5102Smrg<Btn2Down>,<Btn2Up>: set() notify() Resources(toggle) \n\ 41fffe5102Smrg<Key>q: Quit() \n\ 42fffe5102Smrg<Key>space: Select(nothing) \n\ 43fffe5102Smrg<Key>p: Select(parent) \n\ 44fffe5102Smrg<Key>a: Select(ancestors) \n\ 45fffe5102Smrg<Key>c: Select(children) \n\ 46fffe5102Smrg<Key>d: Select(descendants) \n\ 47fffe5102SmrgCtrl<Key>r: Resources(on) \n\ 48fffe5102SmrgCtrl<Key>n: Resources(off) \n\ 49fffe5102Smrg 50fffe5102Smrg*List.baseTranslations: #augment \n\ 51fffe5102Smrg<Key>q: Quit() \n\ 52fffe5102Smrg<Key>space: Select(nothing) \n\ 53fffe5102Smrg<Key>p: Select(parent) \n\ 54fffe5102Smrg<Key>a: Select(ancestors) \n\ 55fffe5102Smrg<Key>c: Select(children) \n\ 56fffe5102Smrg<Key>d: Select(descendants) \n\ 57fffe5102SmrgCtrl<Key>r: Resources(on) \n\ 58fffe5102SmrgCtrl<Key>n: Resources(off) \n\ 59fffe5102Smrg 60fffe5102Smrg*Porthole.baseTranslations: #override \n\ 61fffe5102Smrg<Btn1Down>,<Btn1Up>: Select(nothing) \n\ 62fffe5102Smrg<Key>q: Quit() \n\ 63fffe5102SmrgCtrl<Key>h: SetOrientation(west) \n\ 64fffe5102SmrgCtrl<Key>v: SetOrientation(north) \n\ 65fffe5102SmrgCtrl<Key>r: Resources(on) \n\ 66fffe5102SmrgCtrl<Key>n: Resources(off) \n\ 67fffe5102SmrgShift<Key>c: SetLabelType(class) \n\ 68fffe5102SmrgShift<Key>v: SetLabelType(variable) \n\ 69fffe5102Smrg<Key>space: Select(nothing) \n\ 70fffe5102Smrg<Key>i: Select(invert) \n\ 71fffe5102Smrg<Key>p: Select(parent) \n\ 72fffe5102Smrg<Key>a: Select(ancestors) \n\ 73fffe5102Smrg<Key>c: Select(children) \n\ 74fffe5102Smrg<Key>d: Select(descendants) \n\ 75fffe5102Smrg<Key>r: Select(resources) \n\ 76fffe5102Smrg<Key>s: Select(shown) \n\ 77fffe5102Smrg 78fffe5102Smrg*buttonbox.view.Label: View 79fffe5102Smrg*buttonbox.view.viewMenu.layoutHorizontal.Label: Layout Horizontal 80fffe5102Smrg*buttonbox.view.viewMenu.layoutVertical.Label: Layout Vertical 81fffe5102Smrg*buttonbox.view.viewMenu.namesVariable.Label: Show Variable Names 82fffe5102Smrg*buttonbox.view.viewMenu.namesClass.Label: Show Class Names 83fffe5102Smrg*buttonbox.view.viewMenu.viewResources.Label: Show Resource Boxes 84fffe5102Smrg*buttonbox.view.viewMenu.viewNoResources.Label: Hide Resource Boxes 85fffe5102Smrg 86fffe5102Smrg*buttonbox.select.Label: Select 87fffe5102Smrg*buttonbox.select.selectMenu.unselect.Label: Unselect All 88fffe5102Smrg*buttonbox.select.selectMenu.selectAll.Label: Select All 89fffe5102Smrg*buttonbox.select.selectMenu.selectInvert.Label: Invert All 90fffe5102Smrg*buttonbox.select.selectMenu.selectParent.Label: Select Parent 91fffe5102Smrg*buttonbox.select.selectMenu.selectAncestors.Label: Select Ancestors 92fffe5102Smrg*buttonbox.select.selectMenu.selectChildren.Label: Select Children 93fffe5102Smrg*buttonbox.select.selectMenu.selectDescendants.Label: Select Descendants 94fffe5102Smrg*buttonbox.select.selectMenu.selectHasResources.Label: Select Has Resources 95fffe5102Smrg*buttonbox.select.selectMenu.selectShownResources.Label: Select Shown Resource Boxes 96