! Resource file for twclock
!
!  The next resource determines the timezone to be displayed at startup.
!  Use:  0 for your local time
!        1 for GMT
Twclock.tzone:   0

!
!  The next resource is the text to be displayed at the top of the
!  main interface.  Use \330 to get a zero with a /.  For example,
!Twclock.form.call_toggleB.labelString:   WA\330EIR
Twclock.form.call_toggleB.labelString:    TWCLOCK

!
!  The next value is the complete pathname to the zoneinfo directory. The 
!  path varies on some systems, but is typically -
!  /usr/lib/zoneinfo  -OR-  /usr/share/zoneinfo
!
! This worked for Slackware at one time
!Twclock*zone_fsb.directory:              /usr/lib/zoneinfo
! And this one is for Red Hat
Twclock*zone_fsb.directory:               /usr/share/zoneinfo

!
! ID Alarm Values
!
! Set twclock.beep to 1 for beep alarm or 0 for no beep
Twclock.beep:       1

! Set twclock.blink to 1 for blink alarm or 0 for no blink
Twclock.blink:      1

! Set the next values to the number of minutes and seconds of
! delay before the alarm goes off.
! You can change this at runtime now.
Twclock.minutes:    10
Twclock.seconds:    0

! Set the next line to the color you want the button to flash when the
! alarm goes off
Twclock.flashColor: red

! 
! For the main interface
!
! Set the next two lines to the x-y location on your screen where
! you want the interface displayed
Twclock.x:                               10
Twclock.y:                               10

!
! Not much you will want to change below here
!
Twclock.form.horizontalSpacing:          10
Twclock.form.verticalSpacing:            5
Twclock*fontList:               -adobe-helvetica-*-r-*-*-14-*-*-*-*-*-*-*
Twclock*call_toggleB.fontList:  -adobe-helvetica-*-o-*-*-20-*-*-*-*-*-*-*

Twclock*foreground:                      black
Twclock*background:                      #00768d
Twclock*XmScale*background:              tan
Twclock*XmScale.borderColor:             antiquewhite
Twclock*XmScale.borderWidth:             3
Twclock*XmLabel.foreground:              antiquewhite
Twclock*XmToggleButton.foreground:       antiquewhite
Twclock*XmTextField.foreground:          black
Twclock*XmTextField.background:          tan
Twclock*XmPushButtonGadget.foreground:   black
Twclock*XmPushButtonGadget.background:   tan
Twclock*XmList.background:               tan
Twclock*XmList.foreground:               black
Twclock*XmLabelGadget.foreground:        antiquewhite



!
! For the timezone file selection box
!
Twclock*zone_fsb.dirListLabelString:     Region
Twclock*zone_fsb.fileListLabelString:    City

!
! For the popup menu
!
Twclock*popup_menu*background:         tan
Twclock*popup_menu*foreground:         black
