4 #include "bcsubwindow.h"
8 class BC_Title
: public BC_SubWindow
14 int font
= MEDIUMFONT
,
21 static int calculate_w(BC_WindowBase
*gui
, char *text
, int font
= MEDIUMFONT
);
22 static int calculate_h(BC_WindowBase
*gui
, char *text
, int font
= MEDIUMFONT
);
23 int resize(int w
, int h
);
24 int reposition(int x
, int y
);
25 int set_color(int color
);
26 int update(char *text
);
27 void update(float value
);
32 static void get_size(BC_WindowBase
*gui
, int font
, char *text
, int fixed_w
, int &w
, int &h
);