home *** CD-ROM | disk | FTP | other *** search
- // renderim.h
- // créé le : 14/07/94
- // auteur : Dominique Lorre
-
- #define IRD_Normal (TAG_USER+1)
- #define IRD_Selected (TAG_USER+2)
- #define IRD_Disabled (TAG_USER+3)
- #define IRD_Busy (TAG_USER+4)
- #define IRD_Indeterminate (TAG_USER+5)
- #define IRD_InactiveNormal (TAG_USER+6)
- #define IRD_InactiveSelected (TAG_USER+7)
- #define IRD_InactiveDisabled (TAG_USER+8)
- #define IRD_SelectedDisabled (TAG_USER+9)
-