Gabriel Ivăncescu : include/commctrl: Add style definitions for split buttons.
Module: wine Branch: master Commit: e5bde584112e57c319c8471fa58259f31bcf00be URL: https://source.winehq.org/git/wine.git/?a=commit;h=e5bde584112e57c319c8471fa... Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Date: Mon Mar 25 14:20:59 2019 +0200 include/commctrl: Add style definitions for split buttons. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/commctrl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index 9b86bdb..4706946 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -1096,6 +1096,16 @@ typedef struct tagNMBCHOTITEM #define BS_COMMANDLINK 0x0000000E #define BS_DEFCOMMANDLINK 0x0000000F +#define BCSIF_GLYPH 0x00000001 +#define BCSIF_IMAGE 0x00000002 +#define BCSIF_STYLE 0x00000004 +#define BCSIF_SIZE 0x00000008 + +#define BCSS_NOSPLIT 0x00000001 +#define BCSS_STRETCH 0x00000002 +#define BCSS_ALIGNLEFT 0x00000004 +#define BCSS_IMAGE 0x00000008 + /* Button macros */ #define Button_SetNote(button, note) \ (BOOL)SNDMSG(button, BCM_SETNOTE, 0, (LPARAM)(note))
participants (1)
-
Alexandre Julliard