#include <editpanel.h>
Inherits BC_Button.

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

| EditToClip::~EditToClip | ( | ) |
Definition at line 665 of file editpanel.C.
| int EditToClip::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 668 of file editpanel.C.
References panel, and EditPanel::to_clip().
Referenced by keypress_event().

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

Definition at line 105 of file editpanel.h.
1.5.5