- wxOwnerDrawn* pNewItem = CreateItem(n); // dummy argument
- wxScreenDC vDc; // FIXME: is it really needed here?
-
- pNewItem->SetName(items[i]);
- m_aItems.Insert(pNewItem, n);
- ::WinSendMsg(GetHwnd(), LM_SETITEMHANDLE, (MPARAM)n, MPFROMP(pNewItem));