|
static void | OnKillFocus (wxFocusEvent &WXUNUSED(event)) |
|
Definition at line 160 of file Grid.h.
◆ ConnectEvent()
void ChoiceEditor::FocusHandler::ConnectEvent |
( |
wxWindow * |
w | ) |
|
|
inline |
Definition at line 163 of file Grid.h.
164 {
165
166
167 w->GetEventHandler()->Bind(wxEVT_KILL_FOCUS,
OnKillFocus);
168 };
static void OnKillFocus(wxFocusEvent &WXUNUSED(event))
Referenced by ChoiceEditor::Create().
◆ DisconnectEvent()
void ChoiceEditor::FocusHandler::DisconnectEvent |
( |
wxWindow * |
w | ) |
|
|
inline |
◆ OnKillFocus()
static void ChoiceEditor::FocusHandler::OnKillFocus |
( |
wxFocusEvent & |
WXUNUSEDevent | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: