#include <tipwindow.h>
Inherits BC_Button.

Public Member Functions | |
| TipNext (MWindow *mwindow, TipWindowGUI *gui, int x, int y) | |
| int | handle_event () |
Static Public Member Functions | |
| static int | calculate_w (MWindow *mwindow) |
Data Fields | |
| TipWindowGUI * | gui |
| MWindow * | mwindow |
Definition at line 52 of file tipwindow.h.
| TipNext::TipNext | ( | MWindow * | mwindow, | |
| TipWindowGUI * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 192 of file tipwindow.C.
References _, and BC_WindowBase::set_tooltip().

| int TipNext::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 201 of file tipwindow.C.
References gui, TipWindow::next_tip(), and TipWindowGUI::thread.

| int TipNext::calculate_w | ( | MWindow * | mwindow | ) | [static] |
Definition at line 207 of file tipwindow.C.
References BC_Theme::get_image_set(), VFrame::get_w(), and MWindow::theme.
Referenced by TipWindowGUI::create_objects().

Definition at line 59 of file tipwindow.h.
1.5.5