! SCCS_data: @(#) Hello 1.1 92/12/04 13:39:51
!
!  This resource file represents a very basic application: a single
!  button which, when pressed, causes the application to exit.
!
!  This file can be interpreted by Mri if you do this:
!
!	% Mri -rf Hello
!
Mri.wcChildren:		push

*push.wcCreate:		XmPushButton
*push.labelString:	Hello World
*push.activateCallback:	WcExit
