home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / datafiles / text / c_manual / intuition / colourwindow / colourwindow.h < prev    next >
Text File  |  1995-02-27  |  1KB  |  32 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Intuition               Amiga C Club       */
  7. /* Chapter: ColourWindow                Tulevagen 22       */
  8. /* File:    ColourWindow.h              181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-05-01                                       */
  11. /* Version: 1.10                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20.  
  21.  
  22. #define ERROR     0
  23. #define OK       10
  24. #define CANCEL   20
  25. #define QUIT     30
  26. #define WORKING  50
  27.  
  28. #define NOTHING   0
  29. #define COPY     10
  30. #define EXCHANGE 20
  31. #define SPREAD   30
  32.