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

Method OnIdle

DebugView++/MainFrame.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161BOOL CMainFrame::OnIdle()
162{
163 UpdateUI();
164 UIUpdateToolBar();
165 UIUpdateStatusBar();
166 return FALSE;
167}
168
169LRESULT CMainFrame::OnCreate(const CREATESTRUCT* /*pCreate*/)
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected