#include <tipwindow.h>
Inherits BC_Button.

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

| int TipClose::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 251 of file tipwindow.C.
References gui, and BC_WindowBase::set_done().

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

| int TipClose::calculate_h | ( | MWindow * | mwindow | ) | [static] |
Definition at line 261 of file tipwindow.C.
References VFrame::get_h(), BC_Theme::get_image_set(), and MWindow::theme.
Referenced by TipWindowGUI::create_objects().

Definition at line 80 of file tipwindow.h.
1.5.5