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

Method OnCreate

purepad/evalview.cpp:599–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599int CEvalView::OnCreate(LPCREATESTRUCT lpCreateStruct)
600{
601 if (CEditView::OnCreate(lpCreateStruct) == -1)
602 return -1;
603
604 if (CMainFrame::m_lfLogFont.lfHeight != 0)
605 {
606 m_font.CreateFontIndirect(&CMainFrame::m_lfLogFont);
607 SetFont(&m_font);
608 }
609
610 return 0;
611}
612
613void CEvalView::OnHistFirst()
614{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected