|
static void | OnKillFocus (wxFocusEvent &WXUNUSED(event)) |
|
Definition at line 155 of file Grid.h.
◆ ConnectEvent()
void ChoiceEditor::FocusHandler::ConnectEvent |
( |
wxWindow * |
w | ) |
|
|
inline |
Definition at line 158 of file Grid.h.
159 {
160
161
162 w->GetEventHandler()->Bind(wxEVT_KILL_FOCUS,
OnKillFocus);
163 };
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: