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

Function PyWin_SetViewDocument

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

And an extra hack for splitters!

Source from the content-addressed store, hash-verified

74
75// And an extra hack for splitters!
76void PyWin_SetViewDocument(CView *pView, CDocument *pDoc)
77{
78 ((CProtectedView *)pView)->SetDocument(pDoc);
79}
80
81// Hacks to get around protected members.
82class CProtectedScrollView : public CScrollView

Callers 1

ui_splitter_create_viewFunction · 0.85

Calls 1

SetDocumentMethod · 0.45

Tested by

no test coverage detected