KiCad PCB EDA Suite
|
Add cut/copy/paste to a wxTextEntry instance. More...
#include <textentry_tricks.h>
Static Public Member Functions | |
static void | OnCharHook (wxTextEntry *aTextEntry, wxKeyEvent &aEvent) |
Static Protected Member Functions | |
static bool | isCtrl (int aChar, const wxKeyEvent &e) |
static bool | isShiftCtrl (int aChar, const wxKeyEvent &e) |
Add cut/copy/paste to a wxTextEntry instance.
While these are normally handled without our intervention, this is not always the case.
Definition at line 35 of file textentry_tricks.h.
|
staticprotected |
|
staticprotected |
|
static |
Definition at line 30 of file textentry_tricks.cpp.
References end.
Referenced by ACTION_MENU::OnMenuEvent().