home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFlistclass / CFtexti.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-12  |  332 b   |  18 lines

  1. #ifndef CFTEXTI_H
  2. #define CFTEXTI_H
  3.  
  4. /* Class name definition */
  5.  
  6. #define CFtextiClassName "CFtexticlass"
  7.  
  8. /* Special class attributes */
  9.  
  10. #define CFTI_Dummy         (TAG_USER + 0x21000)
  11. #define CFTI_PosFlags      (CFTI_Dummy + 0x0001)
  12.  
  13.  
  14. #define TIPOS_CENTER   0
  15. #define TIPOS_LEFT     (1L<<0)
  16. #define TIPOS_RIGHT    (1L<<1)
  17.  
  18. #endif