! $XConsortium: XmdSetDate.ad /main/4 1995/07/17 18:53:38 drk $
! COPYRIGHT NOTICE
! Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
! ALL RIGHTS RESERVED (MOTIF).  See the file named COPYRIGHT.MOTIF
! for the full copyright text.
! 
! 
! HISTORY

!
! Sample application defaults file
!
! Optionally place this file in your system's app-defaults directory, 
! often found in /usr/lib/X11/app-defaults
!

! The main RowColumn
*SpinBoxs.orientation: XmHORIZONTAL
*SpinBoxs.packing:	XmPACK_TIGHT

! Labels for the two spin boxes
*label2.labelString:	Date:
*label3.labelString:	Time:

! Arrow layout for spinboxes
*XmSpinBox.alignment:		XmALIGNMENT_END
*XmSpinBox.arrowLayout:	XmARROWS_SPLIT

! This can be changed to run the date command to update the 
! system date/time.  Usually this must be run as superuser
*dateCommand:		echo "Date is now: %s in date command format"
