! filename: XMenulauncher
l
!
! X application driver using Motif menubar and cascading menus
!
! application resources
!

XMenulauncher*fontList: -*-lucidatypewriter-bold-*-*-*-18-*-*-*-*-*-*-*
XMenulauncher*XmText.fontList: 9x15

XMenulauncher*useFontScheme: False

!
! renaming overrides         
!

! should be invariant: stdBackground==background, stdForeground==foreground

XMenulauncher*useColorScheme: True
XMenulauncher*stdBackground: #fafa96
XMenulauncher*background: #fafa96
XMenulauncher*stdForeground: black
XMenulauncher*foreground: black

XMenulauncher*inputBackground: #fafa96
XMenulauncher*inputForeground: black

XMenulauncher*infoBackground: #f2eff9
XMenulauncher*infoForeground: black

XMenulauncher*errorBackground: white
XMenulauncher*errorForeground: red

!
! instance-specific settings (for the xaprtools example)
!
demo1.title: Demo One
demo1.geometry: +100+100
demo2.title: Demo Two
demo2.geometry: +100+200
demo3.title: Demo Three
demo3.geometry: +100+300
!

!
! class and widget resources
!
! top-level
! the following destroys traversal!
!XMenulauncher*keyboardFocusPolicy: POINTER

XMenulauncher.title: XMenulauncher
XMenulauncher.geometry: +10+5
XMenulauncher*XmCascadeButton.marginWidth: 10
XMenulauncher*PushPinShell.x: 370
XMenulauncher*PushPinShell.y: 420

! File Selector for changing directories
XMenulauncher*Change Directory.geometry: +100+100
XMenulauncher*error_panel.title: Error
XMenulauncher*error_panel.geometry: +150+150

! Help stuff
XMenulauncher*Tutorial.labelString: Global Help
XMenulauncher*Help Information.defaultPosition: False
XMenulauncher*Help Information_popup.geometry: +150+150
XMenulauncher*Help Information*background: #f2eff9
XMenulauncher*Help Information.dialogTitle: Help Information
XMenulauncher*Help Information*XmPushButton.width: 70
XMenulauncher*Help Information*XmPushButton.bottomOffset: 3
XMenulauncher*Help Information*Ok.leftOffset: 200
XMenulauncher*Help Information*Print.rightOffset: 200
XMenulauncher*Version.dialogTitle: Version Info
XMenulauncher*Help Facility.dialogTitle: How to use Help Facility
