Added some STN_xxx macros.
This commit is contained in:
parent
8c9d3e4e68
commit
0b4e0d77ac
|
@ -1655,6 +1655,12 @@ typedef BOOL CALLBACK (*DRAWSTATEPROC)(HDC,LPARAM,WPARAM,INT,INT);
|
||||||
#define STM_GETICON 0x0171
|
#define STM_GETICON 0x0171
|
||||||
#define STM_SETIMAGE 0x0172
|
#define STM_SETIMAGE 0x0172
|
||||||
#define STM_GETIMAGE 0x0173
|
#define STM_GETIMAGE 0x0173
|
||||||
|
#define STM_MSGMAX 0x0174
|
||||||
|
|
||||||
|
#define STN_CLICKED 0
|
||||||
|
#define STN_DBLCLK 1
|
||||||
|
#define STN_ENABLE 2
|
||||||
|
#define STN_DISABLE 3
|
||||||
|
|
||||||
/* Scrollbar messages */
|
/* Scrollbar messages */
|
||||||
#define SBM_SETPOS 0x00e0
|
#define SBM_SETPOS 0x00e0
|
||||||
|
|
Loading…
Reference in New Issue