5 #include "bcsubwindow.h"
8 class BC_Bar
: public BC_SubWindow
11 BC_Bar(int x
, int y
, int w
, VFrame
*data
= 0);
15 void set_image(VFrame
*data
);
17 int reposition_window(int x
, int y
, int w
);
18 int resize_event(int w
, int h
);
29 // c-file-style: "linux"