!
! Appearance resources
!
*pshell.Box.hSpace: 0
*pshell.Box.vSpace: 0
*subshell.Box.hSpace: 0
*subshell.Box.vSpace: 0
*menubox*width:  135
*subbox*width:  135
*Command.justify: left
*quit*label:	Quit
*label.label:	This is a Pretend Main Window; Press in here.
*label.font:    *helv*14*iso8859-1
*menulabel.label:  MAIN MENU
*menupane0.label:  View Next
*menupane1.label:  View Previous
*menupane2.label:  Delete
*menupane3.label:  Move
*menupane4.label:  Unmark
*menupane5.label:  Copy To ==>
*menupane6.label:  View In New
*menupane7.label:  Reply
*menupane8.label:  Forward
*menupane9.label:  Use As Comp
*sublabel.label:  SUB MENU
*subpane0.label:  Xnews folder
*subpane1.label:  Xt folder
*subpane2.label:  Xlib folder
*subpane3.label:  Xconsortium folder
*subpane4.label:  Xaw folder
*subpane5.label:  Drafts folder
*subpane6.label:  Misc folder
*subpane7.label:  Personal folder
*subpane8.label:  Xprotocol folder
*subpane9.label:  To Do List
!
!  Functional Resources
!
!  popping down both menus 
*pshell.translations:\
     <BtnUp>: XtMenuPopdown(subshell) XtMenuPopdown(pshell)  
!  popping up main menu
*label.translations:\
        <BtnDown>: placeMenu() XtMenuPopup(pshell)
! Main Menu translations
*menubox.Command.translations:\
   <EnterWindow>:     highlight()             \n\
   <LeaveWindow>:     reset()                 \n\
   <BtnUp>:          set() notify() unset()
*menubox.menupane5.translations:\
   <LeaveWindow>:     checkRightAndPopupSubmenu()
! Sub Menu translations
*subbox.translations:\
   <LeaveWindow>:     popdownSubmenu(subbox) 
*subbox.Command.translations:\
   <EnterWindow>:     highlight()             \n\
   <LeaveWindow>:     reset()                 \n\
   <BtnUp>:          set() notify() unset()
