MCPcopy Create free account
hub / github.com/agraef/pure-lang / OnUpdateScriptBreak

Method OnUpdateScriptBreak

purepad/MainFrm.cpp:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void CMainFrame::OnUpdateScriptBreak(CCmdUI* pCmdUI)
665{
666 pCmdUI->Enable(IsRunning());
667}
668
669void CMainFrame::OnUpdateScriptKill(CCmdUI* pCmdUI)
670{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected