home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / AmiSlate-Source / AmiSource-h / toolbox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-31  |  441 b   |  18 lines

  1. /* ToolBox.h -- info about ToolBox.c */
  2.  
  3. #define TOOLBOX_BYTESPERROW   4    /* (26/8 + extra) */
  4. #define TOOLBOX_ROWS          (52)
  5. #define TOOLBOX_DEPTH         (2)
  6.  
  7. #define TOOLBOX_WIDTH         (26)
  8. #define TOOLBOX_HEIGHT        (52)
  9.  
  10.  
  11. #define TOOLBOXH_BYTESPERROW   6    /* (46/8 + extra) */
  12. #define TOOLBOXH_ROWS          (92)
  13. #define TOOLBOXH_DEPTH         (2)
  14.  
  15. #define TOOLBOXH_WIDTH         (46)
  16. #define TOOLBOXH_HEIGHT        (92)
  17.  
  18.