#include <editpanel.h>
Inherits BC_Button.

Public Member Functions | |
| EditLabelbutton (MWindow *mwindow, EditPanel *panel, int x, int y) | |
| ~EditLabelbutton () | |
| int | keypress_event () |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| EditPanel * | panel |
Definition at line 226 of file editpanel.h.
Definition at line 928 of file editpanel.C.
References _, and BC_WindowBase::set_tooltip().

| EditLabelbutton::~EditLabelbutton | ( | ) |
Definition at line 936 of file editpanel.C.
| int EditLabelbutton::keypress_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 939 of file editpanel.C.
References BC_WindowBase::get_keypress(), and handle_event().

| int EditLabelbutton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 945 of file editpanel.C.
References panel, and EditPanel::toggle_label().
Referenced by keypress_event().

Definition at line 233 of file editpanel.h.
1.5.5