MCPcopy Create free account
hub / github.com/audiorouterdev/audio-router / DrawItem

Method DrawItem

audio-router-gui/dialog_array.cpp:838–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838void dialog_array::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct)
839{
840 CStatic ctrl = lpDrawItemStruct->hwndItem;
841 ATL::CString str;
842 ctrl.GetWindowTextW(str);
843 DrawText(
844 lpDrawItemStruct->hDC, str, -1,
845 &lpDrawItemStruct->rcItem, DT_WORDBREAK | DT_END_ELLIPSIS | DT_CENTER | DT_EDITCONTROL | DT_NOPREFIX);
846}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected