#include <confirmquit.h>
Inherits BC_GenericButton.

Public Member Functions | |
| ConfirmQuitCancelButton (MWindow *mwindow, ConfirmQuitWindow *gui) | |
| int | handle_event () |
| int | keypress_event () |
Definition at line 40 of file confirmquit.h.
| ConfirmQuitCancelButton::ConfirmQuitCancelButton | ( | MWindow * | mwindow, | |
| ConfirmQuitWindow * | gui | |||
| ) |
Definition at line 82 of file confirmquit.C.
| int ConfirmQuitCancelButton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 90 of file confirmquit.C.
References BC_WindowBase::set_done().
Referenced by keypress_event().

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

1.5.5