[PATCH] include: Add extended treeview style (TVS_EX_) definitions.

David Hedberg david.hedberg at gmail.com
Fri Jun 11 06:19:50 CDT 2010


---
 include/commctrl.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 27bd745..56f0029 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -2463,6 +2463,16 @@ static const WCHAR WC_TREEVIEWW[] = { 'S','y','s',
 #define TVS_SHAREDIMAGELISTS  0x0000
 #define TVS_PRIVATEIMAGELISTS 0x0400
 
+#define TVS_EX_MULTISELECT         0x0002
+#define TVS_EX_DOUBLEBUFFER        0x0004
+#define TVS_EX_NOINDENTSTATE       0x0008
+#define TVS_EX_RICHTOOLTIP         0x0010
+#define TVS_EX_AUTOHSCROLL         0x0020
+#define TVS_EX_FADEINOUTEXPANDOS   0x0040
+#define TVS_EX_PARTIALCHECKBOXES   0x0080
+#define TVS_EX_EXCLUSIONCHECKBOXES 0x0100
+#define TVS_EX_DIMMEDCHECKBOXES    0x0200
+#define TVS_EX_DRAWIMAGEASYNC      0x0400
 
 #define TVE_COLLAPSE          0x0001
 #define TVE_EXPAND            0x0002
-- 
1.7.1




More information about the wine-patches mailing list