!
! Core resources
!
! The following two lines don't work, but demonstrate a point
*farewell.x: 100
*farewell.y: 100
!
! Even though it syntactically applies to all widgets in the
! application, and all windows have borders, the borderWidth
! resource is only used by certain widgets.  Command is not one
! of them, so this instruction is ignored.
!
*borderWidth: 10
!
*farewell.width: 200
*farewell.height: 100
*farewell.translations: #override\n\
    <Btn2Down>,<Btn2Up>:  quit()\n\
    <Btn1Down>,<Btn1Up>:    confirm() reset()\n\
    <Key>Return:    confirm() reset()
    <Key>:    quit()\n\
!
! Label resources
!
*farewell.foreground: white
*farewell.background: black
*farewell.font: -adobe-helvetica-bold-r-normal--25-180-100-100-p-138-iso8859-1
*farewell.label:  Click on me.
