! SCCS_data: @(#) Template 1.1 92/12/08 13:56:18
!
!*wclTraceTemplateDef:	True
!*wcTraceTemplate:	True
!*wcTrace:		True
!
*wclTemplateFiles:	Mri/TEM_OptMenu

Mri.wclResFiles:	Mri/RcResFile

Mri.wcChildren:		main
!
*main.wcCreate:		XmMainWindow
*main.wcChildren:	bar, rc
!
!  Mini Motif menu system.
!  Note arbitrary intermixing of constructors, class name, and
!  class pointer name.
!
*bar.wcCreate:		XmCreateMenuBar
*bar.wcPopups:		mFile
*bar.wcChildren:	cFile

*mFile.wcCreate:		XmCreatePulldownMenu
*mFile.wcChildren:		exit
*mFile*wcCreate:		XmPushbuttonGadget
*mFile.exit.activateCallback:	WcExitCB()

*cFile.wcCreate:		xmCascadeButtonWidgetClass
*cFile.labelString:		File
*cFile.subMenuId:		*bar*mFile

*rc.wcCreate:		XmRowColumn
*rc.wcChildren:		b1 b2 b3 b4

*b1.wcTemplate:		TEM_OptMenu
*b1*menu.wcChildren:	staff_eng,advisory_eng,senior_eng,engineer,sweat_body
*b1.btn.labelString:	Position 

*b2.wcTemplate:		TEM_OptMenu
*b2*menu.wcChildren:	John,Joe,Mike,Randy,Jerry
*b2.btn.labelString:	Bodies 

*b3.wcTemplate:		TEM_OptMenu
*b3*menu.wcChildren:	Garry,Leight,John
*b3.btn.labelString:	Managers 

! Override the type of the children of this option menu.  MyOptMenu
! defines them as widgets.  The initial ? causes this specification
! to override the template specification.
!
*b4.wcTemplate:		TEM_OptMenu
?*b4*menu*wcCreate:	XmPushButtonGadget
*b4*menu.wcChildren:	Great,Good,Fair,Acceptable,Bozo 
*b4.btn.labelString:	Rating
