home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFlistviewclass / CFlistview.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-01  |  335 b   |  16 lines

  1. #ifndef CFLISTVIEW_H
  2. #define CFLISTVIEW_H
  3.  
  4. /* Public header file for Cflistview gadget class */
  5.  
  6. #define CFlistviewClassName "CFlistviewgclass"
  7.  
  8. #include <libraries/gadtools.h>
  9.  
  10. #define CFLV_Labels      GTLV_Labels
  11. #define CFLV_Top         GTLV_Top
  12. #define CFLV_ReadOnly    GTLV_ReadOnly
  13. #define CFLV_Selected    GTLV_Selected
  14.  
  15. #endif
  16.