! SCCS_data: @(#) Hello 1.1 92/12/10 13:31:03
!
! This resource file represents a very basic application: a single
! button which, when pressed, causes the application to exit.

!*wcTrace:		True
*threeD:		True
*background:		grey

Ori.wcChildren:		command
Ori.wcCallback:		WcSetValue( this.title: Hello )

*command.wcCreate:		oblongButtonWidgetClass
*command.inputFocusColor:	grey
*command.label:			Hello, Click left mouse button here
*command.select:		WcExit()
