home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFscrollerclass / CFscroller.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-28  |  546 b   |  26 lines

  1. #ifndef CFSCROLLER_H
  2. #define CFSCROLLER_H
  3.  
  4. #include <intuition/imageclass.h>
  5. #include <intuition/gadgetclass.h>
  6.  
  7. /* Public class name definition */
  8.  
  9. #define CFscrollerClassName "CFscrollergclass"
  10.  
  11. /* New attributes */
  12.  
  13. #define CFSC_Size     SYSIA_Size
  14. #define CFSC_Freedom  PGA_Freedom
  15. #define CFSC_Total    PGA_Total
  16. #define CFSC_Visible  PGA_Visible
  17. #define CFSC_Top      PGA_Top
  18.  
  19.  
  20. /* These names seem more appropriate..*/
  21. #define SIZE_LOWRES   SYSISIZE_LOWRES
  22. #define SIZE_MEDRES   SYSISIZE_MEDRES
  23. #define SIZE_HIRES    SYSISIZE_HIRES
  24.  
  25.  
  26. #endif