From d6da8a03afd5f1a4606e4b9175fe29989aaca1a6 Mon Sep 17 00:00:00 2001 From: "Guy L. Albertelli" Date: Fri, 3 Aug 2001 18:06:50 +0000 Subject: [PATCH] Add TBNF_* flags for the NMTBDISPINFO structure. --- include/commctrl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index a2b7085c424..bec4025100c 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -1238,6 +1238,12 @@ typedef struct #define NMTBDISPINFO WINELIB_NAME_AW(NMTBDISPINFO) #define LPNMTBDISPINFO WINELIB_NAME_AW(LPNMTBDISPINFO) +/* contents of dwMask in the NMTBDISPINFO structure */ +#define TBNF_IMAGE 0x00000001 +#define TBNF_TEXT 0x00000002 +#define TBNF_DI_SETITEM 0x10000000 + + typedef struct tagNMTOOLBARA { NMHDR hdr;