1 #include "bcdisplayinfo.h"
11 SplashGUI::SplashGUI(VFrame *bg, int x, int y)
12 : BC_Window(PROGRAM_NAME ": Loading",
29 SplashGUI::~SplashGUI()
34 void SplashGUI::create_objects()
36 draw_vframe(bg, 0, 0);
40 add_subwindow(progress = new BC_ProgressBar(5,
41 get_h() - get_resources()->progress_images[0]->get_h() - 5,
45 add_subwindow(operation =
47 progress->get_y() - get_text_height(MEDIUMFONT) - 5,