!
! Appearance Resources
!
*quit.label:	Quit
*label.label:	This is a Pretend Main Window; Press in here.
*menulabel.label: MAIN MENU
!
! make all entries in menu same width 
! (needs adjusting for longest entry)
!
*menulabel.width:	135
*menubox.Command.width:  135
!
! Pane Strings
!
*menupane0.label:  View Next
*menupane1.label:  View Previous
*menupane2.label:  Delete
*menupane3.label:  Move
*menupane4.label:  Copy
*menupane5.label:  Unmark
*menupane6.label:  View In New
*menupane7.label:  Reply
*menupane8.label:  Forward
*menupane9.label:  Use As Comp
!
! make Box leave no space around Command widgets in menu
!
*pshell.Box.hSpace: 0
*pshell.Box.vSpace: 0
!
! Functional Resources
!
*menubox.Command.translations:\
	<EnterWindow>:	highlight()	\n\
	<LeaveWindow>: 	reset()		\n\
	<BtnUp>:	set() notify() unset()
*label.translations:\
	<BtnDown>:	placeMenu() XtMenuPopup(pshell)
*pshell.translations:\
	<BtnUp>:	XtMenuPopdown(pshell)


