André Hentschel : include: Add new button control styles.
Module: wine Branch: master Commit: 61d237225f26b4eb33d8ecd2b17e75fc6e75ccbe URL: http://source.winehq.org/git/wine.git/?a=commit;h=61d237225f26b4eb33d8ecd2b1... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Nov 2 19:53:26 2010 +0100 include: Add new button control styles. --- include/commctrl.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/include/commctrl.h b/include/commctrl.h index 2261485..558591b 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -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"
participants (1)
-
Alexandre Julliard