MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnUnSplit

Method OnUnSplit

src/AppFrame.cpp:2633–2636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2631}
2632
2633void AppFrame::OnUnSplit(wxSplitterEvent& event)
2634{
2635 event.Veto();
2636}
2637
2638void AppFrame::OnAboutDialogClose(wxCommandEvent& /* event */) {
2639 aboutDlg->Destroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected