| commit | 41716ce9c129c91c4a4c8aeeaaf7e4c9f194b317 | [log] [tgz] |
|---|---|---|
| author | Robert Shearman <R.J.Shearman@warwick.ac.uk> | Mon Jun 28 23:52:37 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Jun 28 23:52:37 2004 +0000 |
| tree | 88dc418b75cbe501bc5cad5a766491f0634cc397 | |
| parent | 9b386b7347fdf824a1e0f08ce49f8855b7a149a7 [diff] [blame] |
Start of balloon tip support.
diff --git a/include/commctrl.h b/include/commctrl.h index c83ca05..5a2b360 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -1460,6 +1460,10 @@ #define TTS_ALWAYSTIP 0x01 #define TTS_NOPREFIX 0x02 +#define TTS_NOANIMATE 0x10 +#define TTS_NOFADE 0x20 +#define TTS_BALLOON 0x40 +#define TTS_CLOSE 0x80 #define TTF_IDISHWND 0x0001 #define TTF_CENTERTIP 0x0002