#include <burnwindow.h>
Inherits BC_Window.

Public Member Functions | |
| BurnWindow (BurnMain *client, int x, int y) | |
| ~BurnWindow () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| BurnMain * | client |
Definition at line 18 of file burnwindow.h.
| BurnWindow::BurnWindow | ( | BurnMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 15 of file burnwindow.C.
| BurnWindow::~BurnWindow | ( | ) |
Definition at line 30 of file burnwindow.C.
| int BurnWindow::create_objects | ( | ) |
Definition at line 34 of file burnwindow.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, BC_WindowBase::flush(), BC_WindowBase::show_window(), BC_WindowBase::x, and BC_WindowBase::y.

| int BurnWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 27 of file burnwindow.h.
1.5.5