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

Function MeasureItem

Libraries/PropertyGrid/PropertyList.h:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 }
994
995 void MeasureItem(LPMEASUREITEMSTRUCT lpMIS)
996 {
997 lpMIS->itemHeight = m_di.tmText.tmHeight + 3;
998 }
999
1000 void DrawItem(LPDRAWITEMSTRUCT lpDIS)
1001 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected