* include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define. Thanks to: Robert Wishlaw <rwishlaw @ shaw . ca>
This commit is contained in:
parent
b47fcdf03d
commit
3b30f11fbf
@ -1,3 +1,9 @@
|
|||||||
|
2003-05-12 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
|
||||||
|
MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
|
||||||
|
Thanks to: Robert Wishlaw <rwishlaw @ shaw . ca>
|
||||||
|
|
||||||
2003-05-12 Danny Smith <dannysmith@users.sourceforge.net>
|
2003-05-12 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
|
* include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
|
||||||
|
@ -1271,6 +1271,12 @@ extern "C" {
|
|||||||
#define SB_SETBKCOLOR 0x2001
|
#define SB_SETBKCOLOR 0x2001
|
||||||
#if (_WIN32_IE >= 0x0300)
|
#if (_WIN32_IE >= 0x0300)
|
||||||
#define SB_ISSIMPLE 1038
|
#define SB_ISSIMPLE 1038
|
||||||
|
#define MCSC_BACKGROUND 0
|
||||||
|
#define MCSC_TEXT 1
|
||||||
|
#define MCSC_TITLEBK 2
|
||||||
|
#define MCSC_TITLETEXT 3
|
||||||
|
#define MCSC_MONTHBK 4
|
||||||
|
#define MCSC_TRAILINGTEXT 5
|
||||||
#endif
|
#endif
|
||||||
#define RBS_TOOLTIPS 256
|
#define RBS_TOOLTIPS 256
|
||||||
#define RBS_VARHEIGHT 512
|
#define RBS_VARHEIGHT 512
|
||||||
|
Loading…
x
Reference in New Issue
Block a user