home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / text / hyper / ixg05d.lha / ixg05d / ixg.prefs < prev    next >
Text File  |  1997-01-15  |  4KB  |  92 lines

  1. ; *** iX-Guide prefs file ***
  2.  
  3. ; ### FONTS ###
  4. ; proportional
  5. FONT0              "times.font" 11
  6. FONT1              "times.font" 13
  7. FONT2              "times.font" 15
  8. FONT3              "times.font" 18
  9. FONT4              "helvetica.font" 18
  10. FONT5              "times.font" 24
  11. FONT6              "helvetica.font" 24
  12. IXFONT             "times.font" 13       ; default font for IXML databases
  13. ; fixed width
  14. FWFONT0            "courier.font" 11
  15. FWFONT1            "courier.font" 13
  16. FWFONT2            "courier.font" 15
  17. FWFONT3            "courier.font" 18
  18. FWFONT4            "courier.font" 24
  19. FWFONT5            "courier.font" 30
  20. FWFONT6            "courier.font" 36
  21. DEFF               "topaz.font" 8        ; default font for AG databases
  22.  
  23. ; ### BUTTON DESIGN ###
  24. ;  IBBORTYPE  - Type of image button border (none/single/double)
  25. ;  TBBORTYPE  - Type of text button border (none/single/double)
  26. ;  IBBORCOL   - Image button border pens. First pen is used
  27. ;               to draw shine inner edge of button, second pen
  28. ;               is for shadow inner edge and third and fourth for
  29. ;               shine and shadow outer edge
  30. ;  TBBORCOL   - Text button border pens
  31. ;  TBTFG      - Button text foreground pen
  32. ;  TBTBG      - Button text background pen
  33. ;  TBJAM2     - Fill background of text button with TBTBG color (yes/no)
  34. ;  TBSTYLE    - Style of button text
  35. ;               0 is normal, 1 is underlined, 2 is bold, 4 is italic
  36. ;               If you want e.g. bold and italic then specify
  37. ;               value of 5 (1+4).
  38. ;  IBBORCOL-S - border pens of selected image button
  39. ;  TBBORCOL-S - border pens of selected text button
  40. ;  TBTFG-S    - text foreground of selected button
  41. ;  TBTBG-S    - text background of selected button
  42.  
  43. IBBORTYPE          double                 
  44. TBBORTYPE          single                 
  45. IBBORCOL           2 1 1 1
  46. TBBORCOL           2 1 1 1
  47. TBTFG              2
  48. TBTBG              0
  49. TBJAM2             yes
  50. TBSTYLE            0
  51. IBBORCOL-S         1 2 1 1
  52. TBBORCOL-S         1 2 1 1
  53. TBTFG-S            1
  54. TBTBG-S            0
  55.  
  56. ; *** PATHS ***
  57. ; XXR - path of drawer to store .x files in
  58. ; IMG - path of drawer with system images
  59. ; MOD - path of drawer with .ixm executables
  60. ; DT  - path of drawer with iX datatypes
  61. ; NOTE !!! path always ends with '/' or ':'
  62.  
  63. XXRPATH            "PROGDIR:xxr/"
  64. IMGPATH            "PROGDIR:sysimg/"
  65. MODPATH            "PROGDIR:modules/"
  66. DTPATH             "PROGDIR:datatypes/"
  67.  
  68. ; *** MISC ***
  69.  
  70. DEFVS              2                      ;default vert. spacing
  71. ICSIZE             500000                 ;image max. cache size (in bytes)
  72. RBSIZE             10000                  ;retrace buffer size (in bytes)
  73. SCROLLBS           16                     ;scroll big step (in pixels)
  74. SCROLLSS           3                      ;scroll small step (in pixels)
  75. SCROLLAS           5                      ;scroll arrows step (in pixels)
  76. XINXXR             yes                    ;put .x files in one
  77.                                           ;drawer (XXR) (yes or no)
  78. DELAYIL            no                     ;delay image loading (yes or no)
  79. INITWD             0 0 800 600            ;initial window dimensions
  80.                                           ;left/top/width/height
  81. AUTOSB             yes                    ;auto save bookmarks on exit
  82. ILUS               100000                 ;(in bytes) image loader - update
  83.                                           ;document on every <ILUS> bytes
  84.                                           ;of graphics loaded (e.g. if you
  85.                                           ;specify ILUS 60000, when loading,
  86.                                           ;document will be updated on
  87.                                           ;every 60000 bytes of graphics 
  88.                                           ;loaded) NOTE: this is size of
  89.                                           ;bitmaps, not size of image files
  90. PLAYANIMS          yes                    ;play animations?
  91. DRAWBG             yes                    ;draw background?
  92.