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
21 lines
627 B
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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
|