#include <bcbutton.h>
Inherits BC_GenericButton.

Public Member Functions | |
| BC_OKTextButton (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 65 of file bcbutton.h.
| BC_OKTextButton::BC_OKTextButton | ( | BC_WindowBase * | parent_window | ) |
Definition at line 463 of file bcbutton.C.
| int BC_OKTextButton::resize_event | ( | int | w, | |
| int | h | |||
| ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 471 of file bcbutton.C.
References BC_GenericButton::calculate_h(), BC_WindowBase::get_h(), parent_window, and BC_Button::reposition_window().

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

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

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