Add cut/copy/paste to a wxTextEntry instance.
More...
#include <textentry_tricks.h>
|
static void | OnCharHook (wxTextEntry *aTextEntry, wxKeyEvent &aEvent) |
|
|
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.
◆ isCtrl()
static bool TEXTENTRY_TRICKS::isCtrl |
( |
int |
aChar, |
|
|
const wxKeyEvent & |
e |
|
) |
| |
|
staticprotected |
◆ isShiftCtrl()
static bool TEXTENTRY_TRICKS::isShiftCtrl |
( |
int |
aChar, |
|
|
const wxKeyEvent & |
e |
|
) |
| |
|
staticprotected |
◆ OnCharHook()
void TEXTENTRY_TRICKS::OnCharHook |
( |
wxTextEntry * |
aTextEntry, |
|
|
wxKeyEvent & |
aEvent |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files: