23 #ifndef _LAX_PROGRESSBAR_H
24 #define _LAX_PROGRESSBAR_H
26 #include <lax/anxapp.h>
28 #define PROGRESS_CANCEL (1<<16)
29 #define PROGRESS_PAUSE (1<<17)
30 #define PROGRESS_OVAL (1<<18)
39 unsigned long pcolor,bgcolor;
41 int xx,
int yy,
int ww,
int hh,
int brder);
42 virtual void Refresh();
44 virtual int Set(
long p,
long nmax=0);
45 virtual const char *whattype() {
return "ProgressBar"; }
Mon Feb 17 2014 11:52:57, Laxkit