Searched refs:pLVCD (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp2499 bool HandleSubItemPrepaint(LPNMLVCUSTOMDRAW pLVCD, HFONT hfont, int colCount) argument
2501 NMCUSTOMDRAW& nmcd = pLVCD->nmcd;
2505 const int col = pLVCD->iSubItem;
2610 // pLVCD->clrText and clrTextBk should contain the colours to use
2611 static void HandleItemPaint(LPNMLVCUSTOMDRAW pLVCD, HFONT hfont) argument
2613 NMCUSTOMDRAW& nmcd = pLVCD->nmcd; // just a shortcut
2667 pLVCD->clrText = ::GetSysColor(syscolFg);
2668 pLVCD->clrTextBk = ::GetSysColor(syscolBg);
2670 //else: not selected, use normal colours from pLVCD
2675 ::SetTextColor(hdc, pLVCD
2690 HandleItemPrepaint(wxListCtrl *listctrl, LPNMLVCUSTOMDRAW pLVCD, wxListItemAttr *attr) argument
2733 LPNMLVCUSTOMDRAW pLVCD = (LPNMLVCUSTOMDRAW)lParam; local
[all...]

Completed in 34 milliseconds