MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / _Init

Function _Init

Libraries/PropertyGrid/PropertyTree.h:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 // Implementation
407
408 void _Init()
409 {
410 ATLASSERT(::IsWindow(m_hWnd));
411 ModifyStyle(TVS_CHECKBOXES | TVS_FULLROWSELECT, TVS_SHOWSELALWAYS);
412 SendMessage(WM_SETTINGCHANGE);
413 }
414
415 HTREEITEM _FindProperty(HPROPERTY prop, HTREEITEM hItem = NULL) const
416 {

Callers 2

SubclassWindowFunction · 0.70
OnCreateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected