#include <confirmquit.h>
Inherits BC_GenericButton.

Public Member Functions | |
| ConfirmQuitNoButton (MWindow *mwindow, ConfirmQuitWindow *gui) | |
| int | handle_event () |
| int | keypress_event () |
Definition at line 31 of file confirmquit.h.
| ConfirmQuitNoButton::ConfirmQuitNoButton | ( | MWindow * | mwindow, | |
| ConfirmQuitWindow * | gui | |||
| ) |
Definition at line 61 of file confirmquit.C.
References BC_Button::set_underline().

| int ConfirmQuitNoButton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 70 of file confirmquit.C.
References BC_WindowBase::set_done().
Referenced by keypress_event().

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

1.5.5