Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
CTreeView *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
GetTreeCtrl
Function · 0.85
PyCTreeView_pre_create_window
Function · 0.85
PyCTreeView_get_tree_ctrl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected