Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
627 B

  1. ////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Header for adding stuff related to new rebar control ...
  4. //
  5. ////////////////////////////////////////////////////////////////////////////////
  6. #ifndef __UI_CLBAR_H_
  7. #define __UI_CLBAR_H_
  8. //Toolbar stuff
  9. //#define TBSTYLE_FLAT 0x0800
  10. //#define TBSTYLE_TRANSPARENT 0x1000
  11. //#define TB_SETMAXTEXTROWS (WM_USER + 60)
  12. //#define TB_SETHOTIMAGELIST (WM_USER + 52)
  13. //#define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
  14. //#define TB_SETBUTTONWIDTH (WM_USER + 59)
  15. #define NO_COMMCTRL_SHLWAPI
  16. #endif