MCPcopy Create free account
hub / github.com/audacity/audacity / OnKillFocus

Method OnKillFocus

src/CellularPanel.cpp:1009–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007}
1008
1009void CellularPanel::OnKillFocus(wxFocusEvent & WXUNUSED(event))
1010{
1011 DoKillFocus();
1012 if (KeyboardCapture::IsHandler(this))
1013 {
1014 KeyboardCapture::Release(this);
1015 }
1016}
1017
1018// Empty out-of-line default functions to fill Visitor's vtable
1019CellularPanel::Visitor::~Visitor() {}

Callers

nothing calls this directly

Calls 2

IsHandlerFunction · 0.85
ReleaseFunction · 0.85

Tested by

no test coverage detected