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

Function GetTreeViewPtr

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

Source from the content-addressed store, hash-verified

47}
48
49CTreeView *GetTreeViewPtr(PyObject *self)
50{
51 // ditto!
52 return (CTreeView *)PyCWnd::GetGoodCppObject( self, &PyCTreeView::type );
53}
54
55//
56// Hack to get around protected members

Callers 3

GetTreeCtrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected