home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / cmanual / intuition / acm_intuition / acm_intuition.doc < prev    next >
Encoding:
Text File  |  1993-10-12  |  3.7 KB  |  100 lines

  1. 0    AMIGA C MANUAL - "INTUITION"
  2.  
  3. 0.1  INTRODUCTION
  4.  
  5. This is the second manual of the Amiga C Encyclopedia. It
  6. describes how to use the "Intuition" system on the Amiga.
  7. Explains how to use screens, windows, graphics, requesters,
  8. alerts, menus, communication, ant a lot more. This manual
  9. also contains a complete file requester as well as a fully
  10. featured colour requester. 
  11.  
  12. Every day are and more people starting to use the new 
  13. Workbench V2.xx. If you have not upgraded your Amiga yet you
  14. should immediately run to the nearest computer store and buy
  15. it. With the new Workbench you Amiga will feel like a different
  16. computer. It is worth every penny!
  17.  
  18. This version of the manual will only very briefly describe
  19. the new Workbench. However, I am already working with a new
  20. edition which is specially designed for programmers using the
  21. new Workbench 2.xx. I can hopefully release it to all registered
  22. members early this summer (1992).
  23.  
  24. This edition is completely compatible with both Workbench V1.3
  25. and the new V2.xx. As more of you are upgrading your systems I
  26. will slowly alter this manual and specialize it for the new
  27. Workbench. 
  28.  
  29. As you probably have already noticed am I using the new
  30. Workbench colours. If you want to continue to use the previous
  31. Workbench colours (blue, white, black and orange) you can use
  32. the "SwapCols" utility in the Tool drawer to convert the icons
  33. so they will fit the old colours. 
  34.  
  35.  
  36.  
  37. 0.2  CHAPTERS
  38.  
  39. Here is a list of the chapters in this manual:
  40.  
  41.    1. Screens        All types of different screens are
  42.                      explained, and comes with 6 complete
  43.                      examples.
  44.  
  45.    2. Windows        Describes all types of windows, how to
  46.                      handle them. 10 examples are included.
  47.  
  48.    3. Graphics       Explains how to draw lines, text, and
  49.                      images under Intuition. 8 examples are
  50.                      included.
  51.  
  52.    4. Gadget         Tells you haw to use all types of gadgets
  53.                      like boolean, string, integer, and
  54.                      proportional gadgets. 13 examples are
  55.                      included.
  56.                    
  57.    5. Requesters     Describes how to use requesters, both
  58.                      system and user requesters, and explains
  59.                      how to combine them with windows, graphics,
  60.                      and gadgets.  10 examples are included.
  61.  
  62.    6. Alerts         Explains how to use the special "Alert"
  63.                      feature in the Amiga. 1 example is
  64.                      included.
  65.  
  66.    7. Menus          All unique menu types are described and
  67.                      demonstrated in 8 examples.
  68.  
  69.    8. IDCMP          Describes how all parts under Intuition
  70.                      (like menus, windows, gadgets, alerts,
  71.                      screens, requesters etc...) can
  72.                      communicate with your program. 9 examples
  73.                      are included.
  74.  
  75.    9. Miscellaneous  General information about Intuition and
  76.                      how to write programs for it. Also explains
  77.                      how to allocate memory, use Preferences,
  78.                      use the timer etc... 5 examples are
  79.                      included.  
  80.                       
  81.   10. File Window    This is a complete file requester with
  82.                      a lot of special features. Very easy to
  83.                      use, and can easily be included in your
  84.                      own programs.
  85.  
  86.   11. Colour Window  Complete colour requesters that can handle
  87.                      all types of screens, from 2 up to 32
  88.                      colour registers.
  89.   
  90.  
  91.  
  92. 0.3  CHAPTER PICTURES
  93.  
  94. In the directory "ChapterPictures" you will find a collection
  95. of 11 pictures. These pictures are supposed to be printed and
  96. put in front of each chapter in this manual.
  97.  
  98.  
  99.  
  100.