home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / wclock / part01 / Wclock.ad < prev    next >
Text File  |  1992-07-13  |  1KB  |  66 lines

  1.  
  2. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. !                                                                    !
  4. ! Application defaults for wclock. There are three sets of defaults  !
  5. ! here so that three types of clock can be selected by naming the    !
  6. ! instance of wclock.                                                !
  7. !                                                                    !
  8. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  9.  
  10.  
  11. ! First a clock which displays as a picture of a rose.
  12.  
  13. roseClock*input: false
  14. roseClock*debugInc: 0
  15. roseClock*update: 60
  16.  
  17. roseClock*externalOutline: Bitmap
  18. roseClock*internalOutline: None
  19.  
  20. roseClock*externalBitmap: rose.mask
  21. roseClock*backgroundBitmap: rose.xbm
  22.  
  23. roseClock*forceShape: true
  24. roseClock*plotSegment: false
  25. roseClock*shapeSegment: true
  26.  
  27. roseClock*sliceWidth: 0
  28. roseClock*sliceSpace: 60
  29.  
  30. ! Similarly an eye.
  31.  
  32. eyeClock*input: false
  33. eyeClock*debugInc: 0
  34. eyeClock*update: 60
  35.  
  36. eyeClock*externalOutline: Bitmap
  37. eyeClock*internalOutline: None
  38.  
  39. eyeClock*externalBitmap: eye.mask
  40. eyeClock*backgroundBitmap: eye.xbm
  41.  
  42. eyeClock*forceShape: true
  43. eyeClock*plotSegment: false
  44. eyeClock*shapeSegment: true
  45.  
  46. eyeClock*sliceWidth: 0
  47. eyeClock*sliceSpace: 60
  48.  
  49. ! finally the default stripy wheel.
  50.  
  51. *input: false
  52. *debugInc: 0
  53. *update: 60
  54.  
  55. *externalOutline: Circle
  56. *internalOutline: Circle
  57.  
  58. *forceShape: true
  59. *plotSegment: false
  60. *shapeSegment: true
  61.  
  62. *sliceWidth: 30
  63. *sliceSpace: 60
  64.  
  65.  
  66.