home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / gui / gadutil / include / gadutil_20to30comp.h next >
Encoding:
C/C++ Source or Header  |  1997-10-05  |  1000 b   |  39 lines

  1. #ifndef GADUTIL_20TO30COMP_H
  2. #define GADUTIL_20TO30COMP_H
  3. /*------------------------------------------------------------------------**
  4. **
  5. **    $VER: gadutil_20to30comp.h 37.10 (28.09.97)
  6. **
  7. **    Filename:    gadutil_20to30comp.h
  8. **    Version:    37.10
  9. **    Date:        28-Sep-97
  10. **
  11. **    Include file to make all examples compatible with OS 2.04 includes
  12. **
  13. **    © Copyright 1994-1997 by P-O Yliniemi and Staffan Hämälä.
  14. **
  15. **    All Rights Reserved.
  16. **
  17. **------------------------------------------------------------------------*/
  18.  
  19. /*---- GadTools additions ----*/
  20.  
  21. #ifndef GTMN_NewLookMenus            /* Check for v39 libraries/gadtools.i    */
  22. #define GTMN_NewLookMenus    GT_TagBase+67
  23. #define GTCB_Scaled        GT_TagBase+68
  24.  
  25. #define MX_WIDTH        17
  26. #define MX_HEIGHT        9
  27. #define CHECKBOX_WIDTH        26
  28. #define CHECKBOX_HEIGHT        11
  29. #endif
  30.  
  31. /*---- Intuition additions ----*/
  32.  
  33. #ifndef WA_NewLookMenus                /* Check for v39 intuition/intuition.i    */
  34. #define WA_NewLookMenus        0x80000093
  35. #define EasyStruct_SIZEOF    20
  36. #endif
  37.  
  38. #endif /* GADUTIL_20TO30COMP_H */
  39.