home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / TOOLTIP.PAK / TOOLTIP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  588 b   |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // (C) Copyright 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(TOOLTIPX_H)
  6. #define TOOLTIPX_H
  7.  
  8. #include <owl/window.rh>
  9. #include <owl/editfile.rh>
  10.  
  11. #define ID_REDTOOL    0x1000
  12. #define ID_BLUETOOL   0x1001
  13. #define ID_YELLOWTOOL 0x1002
  14. #define ID_GREENTOOL  0x1003
  15. #define IDM_MAINMENU  100
  16.  
  17. #define CM_TOOLBARTIP 0x2001
  18. #define CM_WINDOWTIP  0x2002
  19.  
  20.  
  21. #endif // TOOLTIPX_H
  22.  
  23.