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