#include <errorbox.h>
Inherits BC_Window.

Public Member Functions | |
| ErrorBox (char *title, int x=(int) BC_INFINITY, int y=(int) BC_INFINITY, int w=400, int h=120) | |
| virtual | ~ErrorBox () |
| int | create_objects (char *text) |
Definition at line 6 of file errorbox.h.
| ErrorBox::ErrorBox | ( | char * | title, | |
| int | x = (int)BC_INFINITY, |
|||
| int | y = (int)BC_INFINITY, |
|||
| int | w = 400, |
|||
| int | h = 120 | |||
| ) |
Definition at line 3 of file errorbox.C.
| ErrorBox::~ErrorBox | ( | ) | [virtual] |
Definition at line 8 of file errorbox.C.
| int ErrorBox::create_objects | ( | char * | text | ) |
Definition at line 12 of file errorbox.C.
References BC_WindowBase::add_subwindow(), BC_WindowBase::add_tool(), BC_WindowBase::BC_Title, BC_WindowBase::get_h(), BC_WindowBase::get_resources(), BC_WindowBase::get_w(), MEDIUMFONT, BC_WindowBase::title, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by FormatCheck::check_format(), File::get_options(), Reverb::load_from_file(), MenuEffectThread::run(), and Reverb::save_to_file().

1.5.5