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

Method OnUpdateInputLine

purepad/MainFrm.cpp:890–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890void CMainFrame::OnUpdateInputLine(CCmdUI* pCmdUI)
891{
892 pCmdUI->Enable(GetEvalView()->GetEditCtrl().GetWindowTextLength());
893}
894
895void CMainFrame::OnScriptOpen()
896{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected