!  This demo is one of the xlayout demos bw_shadow.wl
!  It shows the use of the rc and tbl widgets.
Cri.wcChildren:		tbl1
Cri.title:		C04_shad

*Command.cursor:	dot
*Command.shadow:	TRUE

*Button*translations:	#replace \n\
			:<Btn1Down>:	notify(down) \n\
			:<EnterWindow>:	highlight() \n\
			:<LeaveWindow>: unhighlight()

*tbl1.wcClass:		xcuTblWidgetClass
*tbl1.borderColor:	white
*tbl1.internalHeight:	5
*tbl1.internalWidth:	5
*tbl1.formatString:	c.
*tbl1.wcChildren:	rc1,quit

*rc1.wcClass:		xcuRcWidgetClass
*rc1.formatString:	2 x 2
*rc1.internalHeight:	20
*rc1.internalWidth:	20
*rc1.interWidth:	10
*rc1.interHeight:	10
*rc1.borderWidth:	0
*rc1.borderColor:	white
*rc1.wcChildren:	INSENSITIVE,sensitive,Facets,Shadow

*INSENSITIVE.wcClass:	xcuCommandWidgetClass
*INSENSITIVE.borderWidth:	0
*INSENSITIVE.sensitive:	FALSE

*sensitive.wcClass:	xcuCommandWidgetClass
*sensitive.sensitive:	TRUE

*Facets.wcClass:	xcuCommandWidgetClass
*Facets.shadow:		FALSE

*Shadow.wcClass:	xcuCommandWidgetClass
*Shadow.dimFacetColor:	black
*Shadow.shadow:		TRUE

*quit.wcClassName:	Command
*quit.label:		quit
*quit.callback:		WcExitCB()

