Windows2003-3790/inetcore/outlookexpress/wabw/wabapi/ui_clbar.h
2020-09-30 16:53:55 +02:00

22 lines
627 B
C

////////////////////////////////////////////////////////////////////////////////
//
// Header for adding stuff related to new rebar control ...
//
////////////////////////////////////////////////////////////////////////////////
#ifndef __UI_CLBAR_H_
#define __UI_CLBAR_H_
//Toolbar stuff
//#define TBSTYLE_FLAT 0x0800
//#define TBSTYLE_TRANSPARENT 0x1000
//#define TB_SETMAXTEXTROWS (WM_USER + 60)
//#define TB_SETHOTIMAGELIST (WM_USER + 52)
//#define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
//#define TB_SETBUTTONWIDTH (WM_USER + 59)
#define NO_COMMCTRL_SHLWAPI
#endif