home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / tools / winlupe / source / help_eng.c < prev    next >
Encoding:
Text File  |  1994-09-22  |  4.2 KB  |  152 lines

  1. char *help[] =
  2. {
  3. "",
  4. "W i n L u p e - faster than light", 
  5. "---------------------------------", 
  6. "Winlupe is a small utility which is", 
  7. "distributed using the Freeware",
  8. "principle. This means that everyone", 
  9. "may use, copy and give copies to other",
  10. "users. PD libraries must obtain my",
  11. "written permission.",
  12. "",
  13. "Winlupe is programmed to be compatible", 
  14. "with all (Multi)-TOS versions and", 
  15. "should run on all ST/STE/TT and Falcon", 
  16. "models. Large screen monitors,", 
  17. "graphics cards and True Colour boards", 
  18. "are also supported.",
  19. "", 
  20. "Winlupe can run as an Application",
  21. "(.APP) or accessory (.ACC) by renaming",
  22. "the file with the appropriate file",
  23. "extender shown above.",
  24.  
  25. "The following text details the Options",
  26. "provided in the Setup menus:",
  27. "",
  28. "Setup:",
  29. "======",
  30. "",
  31. "Display",
  32. "-------",
  33. "Real time zoom:",
  34. "(default selected)", 
  35. "The zoom window is updated at the", 
  36. "frequency set in 'Continued' dialog.",
  37. "",
  38. "Real time scroll bars:",
  39. "(default deselected)",
  40. "The zoom window displays scroll bars",
  41. "which indicate the position of the",
  42. "enlarged area. This option only works",
  43. "if the 'Real time zoom' and 'Follow",
  44. "cursor' options are both selected.",
  45. "Output is noticeably slower.",
  46. "",
  47. "Enlarged cursor:",
  48. "(default selected)",
  49. "No further explanation necessary.",
  50. "",
  51. "Inverse video:",
  52. "(default deselected)",
  53. "The zoom window is displayed in",
  54. "reverse video.",
  55. "",
  56. "Options:",
  57. "--------",
  58. "Follow cursor:",
  59. "(default selected)",
  60. "If the 'Real time zoom' option is",
  61. "also selected the zoom window displays",
  62. "the area under the cursor (mouse",
  63. "pointer) as it is moved around the",
  64. "screen.",
  65. "",
  66. "Show/Hide cursor:",
  67. "(default deselected)",
  68. "Normally the cursor is switched on and",
  69. "off automatically. This can cause",
  70. "flicker problems if the 'real time",
  71. "zoom' option is selected and the",
  72. "frequency is set to the maximum. To",
  73. "avoid these problems, deselect this",
  74. "option. Otherwise this can cause",
  75. "redraw-problems when the cursor is",
  76. "positioned over the zoom window, title",
  77. "bar or window edges. If you experience",
  78. "redraw problems use this option to",
  79. "force the cursor to be always switched",
  80. "on and off.",
  81. "",
  82. "Optimise window size & position:",
  83. "(default selected)",
  84. "The zoom window and position of the",
  85. "zoom window on the screen is aligned",
  86. "on a byte boundary which speeds up",
  87. "the redraw speed considerably.",
  88. "",
  89. "AES Compatibility:",
  90. "(default deselected)",
  91. "This option uses the wind_update call",
  92. "when necessary. If this option is",
  93. "deselected any desktop elements, such",
  94. "as drop down menus or dialogs which",
  95. "overlap the zoom window can cause",
  96. "redraw problems. This option is only",
  97. "useful when the 'Real time zoom'",
  98. "option is selected and does not",
  99. "function if the 'Real time scroll",
  100. "bars' option is selected.",
  101. "",
  102. "Display Grow/Shrink boxes:",
  103. "(default off)",
  104. "When dialog boxes are opened and",
  105. "closed they normally display",
  106. "Grow/Shrink boxes. Disabling these",
  107. "boxes speeds up dialog display",
  108. "considerably.",
  109. "",
  110. "Dialogs:",
  111. "(default Window)",
  112. "Choose between Window or Flying",
  113. "dialogs. Window dialogs can remain",
  114. "permanently open in the background",
  115. "and the zoom window continues to",
  116. "function. Flying dialogs interrupt",
  117. "the real time update of the zoom",
  118. "window take up extra memory but do",
  119. "not occupy a window slot.",
  120. "",
  121. "Setup (continued):",
  122. "==================",
  123. "",
  124. "Zoom mode:",
  125. "(default VDI)",
  126. "Choose between standard mode, pure",
  127. "VDI, or the faster special routines",
  128. "developed for graphics cards with",
  129. "interleaved or pixel packed bitplanes.",
  130. "",
  131. "Frequency:",
  132. "(default 100)",
  133. "This setting determines the update",
  134. "speed of the zoom window when the",
  135. "'Real time zoom' option is selected",
  136. "Changing the frequency enables the",
  137. "trade off between processing speed",
  138. "and screen update to be fine tuned.",
  139. "The processor speed, any graphic",
  140. "card installed, zoom mode and size",
  141. "of the zoom window all have an effect",
  142. "on the redraw speed of the zoom",
  143. "window.",
  144. "",
  145. "Winlupe was programmed using Pure C",
  146. "from Applications Systems Heidelburg",
  147. "and my own extended GEM Dialog",
  148. "Library EnhancedGEM",
  149. "" };
  150.  
  151. int help_lines = (int) sizeof(help)>>2;
  152.