
Public Member Functions | |
| FrameFieldWindow (FrameField *plugin, int x, int y) | |
| void | create_objects () |
| int | close_event () |
Data Fields | |
| FrameField * | plugin |
| FrameFieldTop * | top |
| FrameFieldBottom * | bottom |
Definition at line 88 of file framefield.C.
| FrameFieldWindow::FrameFieldWindow | ( | FrameField * | plugin, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 176 of file framefield.C.
| void FrameFieldWindow::create_objects | ( | ) |
Definition at line 191 of file framefield.C.
References BC_WindowBase::add_subwindow(), bottom, BC_WindowBase::flush(), BC_WindowBase::get_h(), plugin, BC_WindowBase::show_window(), top, BC_WindowBase::x, and BC_WindowBase::y.

| int FrameFieldWindow::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 95 of file framefield.C.
Referenced by create_objects(), and FrameFieldBottom::handle_event().
Definition at line 96 of file framefield.C.
Referenced by create_objects(), and FrameFieldTop::handle_event().
1.5.5