commit | 7f1d6d4752e0d76e9d2b01b4e56bff1f109ec3e7 | [log] [tgz] |
---|---|---|
author | Guy L. Albertelli <galberte@neo.lrun.com> | Thu Jul 26 20:06:41 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 26 20:06:41 2001 +0000 |
tree | e8045dcbfe599f95a82f23f91427749416b6269a | |
parent | 76e25f697f5800055a9bf328ea35f08c0519d32e [diff] [blame] |
Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.
diff --git a/include/commctrl.h b/include/commctrl.h index a33e365..fa8a854 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -1036,6 +1036,11 @@ #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;