Searched refs:LVM_SETITEMPOSITION (Results 1 – 7 of 7) sorted by relevance
/reactos/base/shell/progman/ |
H A D | program.c | 224 SendMessageA(hGroup->hListView, LVM_SETITEMPOSITION, lvItem.iItem, MAKELPARAM(x, y)); in PROGRAM_AddProgram()
|
H A D | group.c | 355 … SendMessageA(group->hListView, LVM_SETITEMPOSITION, iItem, MAKELPARAM(pt.x, pt.y)); in GROUP_GroupWndProc()
|
/reactos/sdk/include/reactos/ui/ |
H A D | rosctrls.h | 238 return (BOOL)SendMessage(LVM_SETITEMPOSITION, nItem, MAKELPARAM(pPoint->x, pPoint->y)); in SetItemPosition()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listview.c | 178 { LVM_SETITEMPOSITION, sent|wparam|lparam, 1, MAKELPARAM(10,5) }, 182 { LVM_SETITEMPOSITION, sent|wparam|lparam, 2, MAKELPARAM(0,0) }, 184 { LVM_SETITEMPOSITION, sent|wparam|lparam, 0, MAKELPARAM(20,20) }, 2302 r = SendMessageA(hwnd, LVM_SETITEMPOSITION, 1, MAKELPARAM(10,5)); in test_item_position() 2308 r = SendMessageA(hwnd, LVM_SETITEMPOSITION, 2, MAKELPARAM(0,0)); in test_item_position() 2314 r = SendMessageA(hwnd, LVM_SETITEMPOSITION, 0, MAKELPARAM(20,20)); in test_item_position()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2485 #define LVM_SETITEMPOSITION (LVM_FIRST+15) macro 2486 #define ListView_SetItemPosition(hwndLV,i,x,y) (BOOL)SNDMSG((hwndLV),LVM_SETITEMPOSITION,(WPARAM)(i…
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4886 HANDLE_MSG(hwnd, LVM_SETITEMPOSITION, MD_ListView_OnSetItemPosition); in MD_msgdump() 5601 DEFINE_RESULT(LVM_SETITEMPOSITION); in MD_msgresult()
|
/reactos/dll/win32/comctl32/ |
H A D | listview.c | 11799 case LVM_SETITEMPOSITION: in LISTVIEW_WindowProc()
|