#include <question.h>
Inherits BC_GenericButton.

Public Member Functions | |
| QuestionNoButton (MWindow *mwindow, QuestionWindow *window, int x, int y) | |
| int | handle_event () |
| int | keypress_event () |
Data Fields | |
| QuestionWindow * | window |
Definition at line 28 of file question.h.
| QuestionNoButton::QuestionNoButton | ( | MWindow * | mwindow, | |
| QuestionWindow * | window, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 56 of file question.C.
References BC_Button::set_underline().

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

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

Definition at line 36 of file question.h.
1.5.5