Module: wine Branch: master Commit: 5e95e3d943ce5eb99f48f22dfed624a83b94b59d URL: http://source.winehq.org/git/wine.git/?a=commit;h=5e95e3d943ce5eb99f48f22dfe...
Author: André Hentschel nerv@dawncrow.de Date: Sat Dec 4 16:38:02 2010 +0100
include: Add more progressbar defines.
---
include/commctrl.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/include/commctrl.h b/include/commctrl.h index 558591b..9273d40 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -483,13 +483,21 @@ static const WCHAR PROGRESS_CLASSW[] = { 'm','s','c','t','l','s','_', #define PBM_GETPOS (WM_USER+8) #define PBM_SETBARCOLOR (WM_USER+9) #define PBM_SETMARQUEE (WM_USER+10) +#define PBM_GETSTEP (WM_USER+13) #define PBM_GETBKCOLOR (WM_USER+14) #define PBM_GETBARCOLOR (WM_USER+15) +#define PBM_SETSTATE (WM_USER+16) +#define PBM_GETSTATE (WM_USER+17) #define PBM_SETBKCOLOR CCM_SETBKCOLOR
#define PBS_SMOOTH 0x01 #define PBS_VERTICAL 0x04 #define PBS_MARQUEE 0x08 +#define PBS_SMOOTHREVERSE 0x10 + +#define PBST_NORMAL 1 +#define PBST_ERROR 2 +#define PBST_PAUSED 3
typedef struct {