Added some STN_xxx macros.

oldstable
Francois Gouget 2000-11-10 22:33:16 +00:00 committed by Alexandre Julliard
parent 8c9d3e4e68
commit 0b4e0d77ac
1 changed files with 6 additions and 0 deletions

View File

@ -1655,6 +1655,12 @@ typedef BOOL CALLBACK (*DRAWSTATEPROC)(HDC,LPARAM,WPARAM,INT,INT);
#define STM_GETICON 0x0171
#define STM_SETIMAGE 0x0172
#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 */
#define SBM_SETPOS 0x00e0