aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-05-02 00:16:03 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-05-02 00:16:03 +0000
commitb349465ef3f49ca18f177c32867f33feb3fafd61 (patch)
tree7072c4085155023be5e935baee921574703f8e5b
parent41e7de4863cb808f75aa0a7842c888eb57e64a38 (diff)
downloadnewlib-b349465ef3f49ca18f177c32867f33feb3fafd61.zip
newlib-b349465ef3f49ca18f177c32867f33feb3fafd61.tar.gz
newlib-b349465ef3f49ca18f177c32867f33feb3fafd61.tar.bz2
2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
* include/commctrl.h (TBM_*): Add missing trackbar defines.
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/commctrl.h9
2 files changed, 12 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9cab027..c7da2e0 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
+
+ * include/commctrl.h (TBM_*): Add missing trackbar defines.
+
2003-05-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index 372b823..0cc1e6f 100644
--- a/winsup/w32api/include/commctrl.h
+++ b/winsup/w32api/include/commctrl.h
@@ -1,6 +1,6 @@
#ifndef _COMMCTRL_H
#define _COMMCTRL_H
-#if __GNUC__ >=3
+#if __GNUC__ >= 3
#pragma GCC system_header
#endif
@@ -631,6 +631,13 @@ extern "C" {
#define TBM_GETCHANNELRECT (WM_USER+26)
#define TBM_SETTHUMBLENGTH (WM_USER+27)
#define TBM_GETTHUMBLENGTH (WM_USER+28)
+#define TBM_SETTOOLTIPS (WM_USER+29)
+#define TBM_GETTOOLTIPS (WM_USER+30)
+#define TBM_SETTIPSIDE (WM_USER+31)
+#define TBM_SETBUDDY (WM_USER+32)
+#define TBM_GETBUDDY (WM_USER+33)
+#define TBM_GETUNICODEFORMAT CCM_GETUNICODEFORMAT
+#define TBM_SETUNICODEFORMAT CCM_SETUNICODEFORMAT
#define TB_LINEUP 0
#define TB_LINEDOWN 1
#define TB_PAGEUP 2