Add TBNF_* flags for the NMTBDISPINFO structure.

oldstable
Guy L. Albertelli 2001-08-03 18:06:50 +00:00 committed by Alexandre Julliard
parent 590fd62bed
commit d6da8a03af
1 changed files with 6 additions and 0 deletions

View File

@ -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;