! ! Some generally used resources... ! *borderWidth: 1 *Button.borderWidth: 0 *timer.padding: 10 *timer.Center: True *timer.font: -adobe-new century schoolbook-*-*-*-*-*-350-*-*-*-*-*-* *timer.format: 17:%02s *timerForm*form: timer: 0 0 100 100 *timerWindow.defGeometry: 110x40+0+0 !*timerWindow.title: xclock *timerWindow.deleteProc: deleteParent() *snooper.eventProc: event() ! Turn off overrideRedirect at your peril. *timerWindow.overrideRedirect: true ! ! Global bugging configuration ! *tree: \ { \ Window bugWindow; \ { \ Form bugForm; \ { \ Label question; \ Window bugOK; { Button bugOK; { Label yes; } } \ } \ } \ } *bugForm*form: bugOK: 40 - 60 95 \ question: 0 20 100 - *bugForm.padding: 2 ! *bugWindow.geometry: 450x150+350+326 *bugWindow.title: QuickStation *bugWindow*window.rootTransient: True *bugWindow*question.font: *-times-medium-i-*--24-* *bugWindow*question.Center: True *bugWindow*Label.font: *-times-medium-r-*--18-* *bugOK*yes.label: I dunno *bugOK.activateProc: deleteAncestor(3) ! ! Specific bugging instances ! *bugnames: a *a*question.label: Why are you still using the quickstation?? *a*timeout: 10800 3600 ! ***************************** WARNING ************************************* ! The Console program and Dash contain a color converter which is NON-STANDARD. ! The syntax for the following resources should not be used when specifying ! resources for other programs, as it will generate a warning from that ! program. ! ! Also, the color converter does not deal with the "reverseVideo" resource, ! for reasons too complicated to explain here. ! ! Having said all that... when writing a color spec, you can use up to three ! comma-separated colors, which are applied as follows: ! - if three colors are given, they specify the color to use on mono, ! grayscale and color monitors, respectively. ! - if only two colors are given, the first is used for both mono and ! grayscale, and the second is for color. ! - if only one color is given, it is used for all three visual classes. ! *foreground: black *background: white