home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / intuition / icclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  680 b   |  40 lines

  1. #ifndef INTUITION_ICCLASS_H
  2. #define INTUITION_ICCLASS_H
  3. /*
  4. ** $Filename: intuition/icclass.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 36.2 $
  7. ** $Date: 91/11/08 $
  8. **
  9. ** Gadget/object interconnection classes
  10. **
  11. ** (C) Copyright 1989-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15.  
  16. #ifndef UTILITY_TAGITEM_H
  17. #include <utility/tagitem.h>
  18. #endif
  19.  
  20. #define ICM_Dummy (0x0401L) 
  21. #define ICM_SETLOOP (0x0402L) 
  22. #define ICM_CLEARLOOP (0x0403L) 
  23. #define ICM_CHECKLOOP (0x0404L) 
  24.  
  25.  
  26.  
  27.  
  28. #define ICA_Dummy (TAG_USER+0x40000L)
  29. #define ICA_TARGET (ICA_Dummy + 1)
  30.  
  31. #define ICA_MAP (ICA_Dummy + 2)
  32.  
  33. #define ICSPECIAL_CODE (ICA_Dummy + 3)
  34.  
  35.  
  36.  
  37. #define ICTARGET_IDCMP (~0L)
  38.  
  39. #endif 
  40.