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

Function CPropertyTreeImpl

Libraries/PropertyGrid/PropertyTree.h:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 int m_cxColumn;
223
224 CPropertyTreeImpl() :
225 m_hwndInplace(NULL),
226 m_iInplaceIndex(NULL),
227 m_bSeenClicks(false),
228 m_cxColumn(0)
229 {
230 m_di.dwExtStyle = 0;
231 }
232
233 // Operations
234

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected