#include <tipwindow.h>
Inherits BC_Window.

Public Member Functions | |
| TipWindowGUI (MWindow *mwindow, TipWindow *thread, int x, int y) | |
| void | create_objects () |
| int | keypress_event () |
Data Fields | |
| MWindow * | mwindow |
| TipWindow * | thread |
| BC_Title * | tip_text |
Definition at line 29 of file tipwindow.h.
Definition at line 109 of file tipwindow.C.
| void TipWindowGUI::create_objects | ( | ) |
Definition at line 128 of file tipwindow.C.
References BC_WindowBase::add_subwindow(), BC_WindowBase::BC_Title, TipClose::calculate_h(), TipPrev::calculate_w(), TipNext::calculate_w(), TipClose::calculate_w(), TipWindow::get_current_tip(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), mwindow, BC_WindowBase::raise_window(), SET_TRACE, BC_WindowBase::show_window(), thread, tip_text, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by TipWindow::new_gui().

| int TipWindowGUI::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 155 of file tipwindow.C.
References ESC, BC_WindowBase::get_keypress(), RETURN, and BC_WindowBase::set_done().

Definition at line 39 of file tipwindow.h.
Referenced by create_objects(), TipPrev::handle_event(), and TipNext::handle_event().
Definition at line 40 of file tipwindow.h.
Referenced by create_objects(), TipWindow::next_tip(), and TipWindow::prev_tip().
1.5.5