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

Method OnHide

DebugView++/MainFrame.cpp:1084–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084void CMainFrame::OnHide(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1085{
1086 m_hide = !m_hide;
1087}
1088
1089bool CMainFrame::GetAlwaysOnTop() const
1090{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected