#include <recordgui.h>
Inherits BC_GenericButton.

Public Member Functions | |
| RecordGUILabel (MWindow *mwindow, Record *record, int x, int y) | |
| ~RecordGUILabel () | |
| int | handle_event () |
| int | keypress_event () |
Data Fields | |
| MWindow * | mwindow |
| Record * | record |
Definition at line 424 of file recordgui.h.
Definition at line 1061 of file recordgui.C.
References BC_Button::set_underline().

| RecordGUILabel::~RecordGUILabel | ( | ) |
Definition at line 1070 of file recordgui.C.
| int RecordGUILabel::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 1074 of file recordgui.C.
References record, and Record::toggle_label().
Referenced by keypress_event().

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

Definition at line 432 of file recordgui.h.
1.5.5