home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Interim Executive Decision / Outline Table Demo / sources / OutlineTablePrefix.h < prev    next >
Encoding:
Text File  |  1998-06-21  |  550 b   |  22 lines  |  [TEXT/CWIE]

  1. //============================================================================
  2. // OutlineTablePrefix.h        ©1997 Metrowerks Inc. All rights reserved
  3. // Original author: John C. Daub
  4. //============================================================================
  5. // just defines some constants and such for the Outline Table demo.
  6.  
  7. #pragma once
  8.  
  9. #ifndef true
  10. #define true 1
  11. #endif
  12.  
  13. #ifndef false
  14. #define false 0
  15. #endif
  16.  
  17. const ResIDT    icon_Folder        = 10000;
  18. const ResIDT    icon_Document    = 20000;
  19. const ResIDT    icon_App        = 25000;
  20.  
  21.  
  22. const Int16        kColWidth        = 250;