MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnViewClose

Method OnViewClose

DebugView++/MainFrame.cpp:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253void CMainFrame::OnViewClose(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1254{
1255 CloseView(GetTabCtrl().GetCurSel());
1256}
1257
1258void CMainFrame::OnSources(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected