4 #include "bcsubwindow.h"
6 class BC_ProgressBar
: public BC_SubWindow
9 BC_ProgressBar(int x
, int y
, int w
, long length
, int do_text
= 1);
14 void set_do_text(int value
);
16 int update(long position
);
17 int update_length(long length
);
21 int draw(int force
= 0);
23 long length
, position
;