Author: gedmurphy
Date: Mon Apr 17 13:21:11 2006
New Revision: 21623
URL:
http://svn.reactos.ru/svn/reactos?rev=21623&view=rev
Log:
add some commctrl.h definitions
Modified:
trunk/reactos/include/commctrl.h
Modified: trunk/reactos/include/commctrl.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/include/commctrl.h?rev=2162…
==============================================================================
--- trunk/reactos/include/commctrl.h (original)
+++ trunk/reactos/include/commctrl.h Mon Apr 17 13:21:11 2006
@@ -1642,10 +1642,18 @@
#define RBBS_HIDDEN 8
#define RBBS_NOVERT 16
#define RBBS_FIXEDBMP 32
+#if (_WIN32_IE >= 0x0400)
+#define RBBS_VARIABLEHEIGHT 0x40
+#define RBBS_GRIPPERALWAYS 0x80
+#define RBBS_NOGRIPPER 0x100
+#if (_WIN32_IE >= 0x0500)
+#define RBBS_USECHEVRON 0x200
#if (_WIN32_IE >= 0x0501)
#define RBBS_HIDETITLE 0x400
#define RBBS_TOPALIGN 0x800
#endif /* _WIN32_IE >= 0x0501 */
+#endif /* _WIN32_IE >= 0x0500 */
+#endif /* _WIN32_IE >= 0x0400 */
#define RBBIM_STYLE 1
#define RBBIM_COLORS 2
#define RBBIM_TEXT 4
@@ -1763,6 +1771,9 @@
#define RBN_DELETINGBAND (RBN_FIRST-6)
#define RBN_DELETEDBAND (RBN_FIRST-7)
#define RBN_CHILDSIZE (RBN_FIRST-8)
+#if (_WIN32_IE >= 0x0500)
+#define RBN_CHEVRONPUSHED (RBN_FIRST - 10)
+#endif /* _WIN32_IE >= 0x0500 */
#define RBNM_ID 1
#define RBNM_STYLE 2
#define RBNM_LPARAM 4
@@ -1782,6 +1793,11 @@
#else
#define RB_GETBANDINFO (WM_USER+5)
#endif /* _WIN32_IE >= 0x0400 */
+
+#if (_WIN32_IE >= 0x0500)
+#define SB_SIMPLEID 0xFF
+#endif /* _WIN32_IE >= 0x0500 */
+
#if (_WIN32_WINNT >= 0x0501)
#define RB_GETBANDMARGINS (WM_USER+40)
#define RB_SETWINDOWTHEME CCM_SETWINDOWTHEME