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

Function SetColumnWidth

Libraries/PropertyGrid/PropertyList.h:458–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 void SetColumnWidth(int iWidth)
459 {
460 ATLASSERT(::IsWindow(m_hWnd));
461 m_iMiddle = iWidth;
462 m_bColumnFixed = true;
463 Invalidate();
464 }
465
466 void InvalidateItem(int idx)
467 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected