Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.

oldstable
Guy L. Albertelli 2001-07-26 20:06:41 +00:00 committed by Alexandre Julliard
parent 76e25f697f
commit 7f1d6d4752
1 changed files with 5 additions and 0 deletions

View File

@ -1036,6 +1036,11 @@ static const WCHAR TOOLBARCLASSNAMEW[] = { 'T','o','o','l','b','a','r',
#define TBN_GETINFOTIP WINELIB_NAME_AW(TBN_GETINFOTIP)
/* Return values from TBN_DROPDOWN */
#define TBDDRET_DEFAULT 0
#define TBDDRET_NODEFAULT 1
#define TBDDRET_TREATPRESSED 2
typedef struct _NMTBCUSTOMDRAW
{
NMCUSTOMDRAW nmcd;