include: Add new button control styles.
This commit is contained in:
parent
b2e1c2defe
commit
61d237225f
|
@ -199,7 +199,6 @@ typedef struct tagNMCHAR
|
|||
#endif
|
||||
|
||||
|
||||
/* This is only for Winelib applications. DON't use it wine itself!!! */
|
||||
#ifndef SNDMSG
|
||||
#ifdef __cplusplus
|
||||
#define SNDMSG ::SendMessage
|
||||
|
@ -1059,6 +1058,12 @@ typedef struct tagNMBCHOTITEM
|
|||
|
||||
#define BST_HOT 0x0200
|
||||
|
||||
/* Button control styles for _WIN32_WINNT >= 0x600 */
|
||||
#define BS_SPLITBUTTON 0x0000000C
|
||||
#define BS_DEFSPLITBUTTON 0x0000000D
|
||||
#define BS_COMMANDLINK 0x0000000E
|
||||
#define BS_DEFCOMMANDLINK 0x0000000F
|
||||
|
||||
/* Toolbar */
|
||||
|
||||
#define TOOLBARCLASSNAMEA "ToolbarWindow32"
|
||||
|
|
Loading…
Reference in New Issue