2003-05-02 Francois Ferrand <typz@sourceforge.users.net>
* include/commctrl.h (TBM_*): Add missing trackbar defines.
This commit is contained in:
parent
41e7de4863
commit
b349465ef3
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue