MCPcopy Create free account
hub / github.com/mhammond/pywin32 / SetDocument

Method SetDocument

Pythonwin/win32view.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59{
60public:
61 void SetDocument(CDocument *pDoc) {m_pDocument = pDoc;}
62 void BaseOnActivateView( BOOL bActivate, CView* pActivateView, CView* pDeactiveView ) \
63 {CView::OnActivateView(bActivate,pActivateView,pDeactiveView );}
64 BOOL BasePreCreateWindow(CREATESTRUCT &cs) {return CView::PreCreateWindow(cs);}

Callers 3

PyWin_SetViewDocumentFunction · 0.45
PyCView_create_windowFunction · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected