home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gbtn02.zip / Buttons.H < prev    next >
Text File  |  1997-04-22  |  532b  |  20 lines

  1. #define SHADEDBTNCLASS  "GradButton"
  2.  
  3. BOOL EXPENTRY RegisterShadedButtonClass();
  4.  
  5. // Window messages
  6. #define GBM_SETCOLOR    (WM_USER + 0)
  7.  
  8. // Presentation parameters
  9. #define GBPP_BUTTONCOLOR (PP_USER + 0)
  10. #define GBPP_BUTTONCOLORINDEX (PP_USER + 1)
  11.  
  12. // Window styles
  13. #define GBT_NOLEFTLINE  0x00000001
  14. #define GBT_LEFTROUND   0x00000002
  15. #define GBT_NORIGHTLINE 0x00000004
  16. #define GBT_RIGHTROUND  0x00000008
  17. #define GBT_VERTICAL    0x00000010
  18. #define GBT_GRAPHIC     0x00000020
  19. #define GBT_NOPUSH      0x00000040
  20.