1 #include "bcdisplayinfo.h"
7 #define _(String) gettext(String)
8 #define gettext_noop(String) String
9 #define N_(String) gettext_noop (String)
15 SplashGUI::SplashGUI(VFrame *bg, int x, int y)
16 : BC_Window(PROGRAM_NAME ": Loading",
30 SplashGUI::~SplashGUI()
35 void SplashGUI::create_objects()
37 draw_vframe(bg, 0, 0);
38 add_subwindow(progress = new BC_ProgressBar(5,
39 get_h() - get_resources()->progress_images[0]->get_h() - 5,
43 add_subwindow(operation =
45 progress->get_y() - get_text_height(MEDIUMFONT) - 5,