David Hedberg : include: Add extended treeview style (TVS_EX_) definitions.

Alexandre Julliard julliard at winehq.org
Fri Jun 11 09:58:33 CDT 2010


Module: wine
Branch: master
Commit: 341daad86152a36dcfa473c6979f99f947d11ad3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=341daad86152a36dcfa473c6979f99f947d11ad3

Author: David Hedberg <david.hedberg at gmail.com>
Date:   Fri Jun 11 13:19:50 2010 +0200

include: Add extended treeview style (TVS_EX_) definitions.

---

 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




More information about the wine-cvs mailing list