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

Method PreCreateWindow

purepad/qpadView.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53BOOL CQpadView::PreCreateWindow(CREATESTRUCT& cs)
54{
55 // TODO: Modify the Window class or styles here by modifying
56 // the CREATESTRUCT cs
57
58 return CEditView::PreCreateWindow(cs);
59}
60
61/////////////////////////////////////////////////////////////////////////////
62// CQpadView drawing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected