Searched refs:hwndList (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.cpp80 static void wxConvertToMSWListCol(HWND hwndList,
2504 HWND hwndList = nmcd.hdr.hwndFrom; local
2513 ListView_GetSubItemRect(hwndList, item, col, LVIR_BOUNDS, &rc);
2519 ListView_GetSubItemRect(hwndList, item, 1, LVIR_BOUNDS, &rc2);
2538 ListView_GetItem(hwndList, &it);
2540 HIMAGELIST himl = ListView_GetImageList(hwndList, LVSIL_SMALL);
2575 if ( ListView_GetColumn(hwndList, col, &lvCol) )
2615 const HWND hwndList = nmcd.hdr.hwndFrom; local
2625 i = ListView_GetNextItem(hwndList, i, LVNI_SELECTED);
2640 if ( ::GetFocus() == hwndList
3159 wxConvertToMSWListCol(HWND hwndList, int col, const wxListItem& item, LV_COLUMN& lvCol) argument
[all...]

Completed in 74 milliseconds