#include <bcbutton.h>
Inherits BC_GenericButton.

Public Member Functions | |
| BC_CancelTextButton (BC_WindowBase *parent_window) | |
| virtual int | resize_event (int w, int h) |
| virtual int | handle_event () |
| virtual int | keypress_event () |
Data Fields | |
| BC_WindowBase * | parent_window |
Definition at line 75 of file bcbutton.h.
| BC_CancelTextButton::BC_CancelTextButton | ( | BC_WindowBase * | parent_window | ) |
Definition at line 492 of file bcbutton.C.
| int BC_CancelTextButton::resize_event | ( | int | w, | |
| int | h | |||
| ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 500 of file bcbutton.C.
References _, BC_GenericButton::calculate_h(), BC_GenericButton::calculate_w(), BC_WindowBase::get_h(), BC_WindowBase::get_w(), parent_window, and BC_Button::reposition_window().

| int BC_CancelTextButton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 507 of file bcbutton.C.
References BC_WindowBase::get_top_level(), and BC_WindowBase::set_done().
Referenced by keypress_event().

| int BC_CancelTextButton::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 513 of file bcbutton.C.
References ESC, BC_WindowBase::get_keypress(), and handle_event().

Reimplemented from BC_WindowBase.
Definition at line 82 of file bcbutton.h.
Referenced by resize_event().
1.5.5