André Hentschel : include: Add new button control styles.

Alexandre Julliard julliard at winehq.org
Wed Nov 3 11:37:03 CDT 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Nov  2 19:53:26 2010 +0100

include: Add new button control styles.

---

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

diff --git a/include/commctrl.h b/include/commctrl.h
index 2261485..558591b 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -199,7 +199,6 @@ typedef struct tagNMCHAR
 #endif
 
 
-/* This is only for Winelib applications. DON't use it wine itself!!! */
 #ifndef SNDMSG
 #ifdef __cplusplus
 #define SNDMSG ::SendMessage
@@ -1059,6 +1058,12 @@ typedef struct tagNMBCHOTITEM
 
 #define BST_HOT                 0x0200
 
+/* Button control styles for _WIN32_WINNT >= 0x600 */
+#define BS_SPLITBUTTON          0x0000000C
+#define BS_DEFSPLITBUTTON       0x0000000D
+#define BS_COMMANDLINK          0x0000000E
+#define BS_DEFCOMMANDLINK       0x0000000F
+
 /* Toolbar */
 
 #define TOOLBARCLASSNAMEA       "ToolbarWindow32"




More information about the wine-cvs mailing list