home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / renderim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  470 b   |  14 lines

  1. // renderim.h
  2. // créé le : 14/07/94
  3. // auteur : Dominique Lorre
  4.  
  5. #define    IRD_Normal           (TAG_USER+1)
  6. #define    IRD_Selected         (TAG_USER+2)
  7. #define    IRD_Disabled         (TAG_USER+3)
  8. #define    IRD_Busy             (TAG_USER+4)
  9. #define    IRD_Indeterminate    (TAG_USER+5)
  10. #define    IRD_InactiveNormal   (TAG_USER+6)
  11. #define    IRD_InactiveSelected (TAG_USER+7)
  12. #define    IRD_InactiveDisabled (TAG_USER+8)
  13. #define    IRD_SelectedDisabled (TAG_USER+9)
  14.