summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/commctrl.h
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 /winsup/w32api/include/commctrl.h
parent41e7de4863cb808f75aa0a7842c888eb57e64a38 (diff)
downloadcygnal-b349465ef3f49ca18f177c32867f33feb3fafd61.tar.gz
cygnal-b349465ef3f49ca18f177c32867f33feb3fafd61.tar.bz2
cygnal-b349465ef3f49ca18f177c32867f33feb3fafd61.zip
2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
* include/commctrl.h (TBM_*): Add missing trackbar defines.
Diffstat (limited to 'winsup/w32api/include/commctrl.h')
-rw-r--r--winsup/w32api/include/commctrl.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h
index 372b823ed..0cc1e6f37 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