Searched refs:LB_SETTOPINDEX (Results 1 – 13 of 13) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | draglist.c | 341 SendMessageW (hwndLB, LB_SETTOPINDEX, nIndex, 0); in LBItemFromPt()
|
H A D | combo.c | 875 SendMessageW(lphc->hWndLBox, LB_SETTOPINDEX, idx < 0 ? 0 : idx, 0); in CBUpdateLBox() 948 SendMessageW(lphc->hWndLBox, LB_SETTOPINDEX, in CBDropDown() 2050 SendMessageW(lphc->hWndLBox, LB_SETTOPINDEX, wParam, 0); in COMBO_WindowProc()
|
H A D | listbox.c | 2831 case LB_SETTOPINDEX: in LISTBOX_WindowProc()
|
H A D | toolbar.c | 2662 SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_SETTOPINDEX, index, 0); in TOOLBAR_CustomizeDialogProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 937 SendMessageW(lphc->hWndLBox, LB_SETTOPINDEX, (WPARAM)(idx < 0 ? 0 : idx), 0); in CBUpdateLBox() 1010 SendMessageW(lphc->hWndLBox, LB_SETTOPINDEX, in CBDropDown() 2200 SendMessageW(lphc->hWndLBox, LB_SETTOPINDEX, wParam, 0); in ComboWndProc_common()
|
H A D | listbox.c | 2872 case LB_SETTOPINDEX: in ListBoxWndProc_common()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 231 SendMessageW(pIconContext->hDlgCtrl, LB_SETTOPINDEX, pIconContext->Index, 0); in PickIconProc()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 368 SendMessageA(hLB, LB_SETTOPINDEX, 1, 0); in test_ownerdraw() 853 SendMessageA( hList, LB_SETTOPINDEX, 1, 0); in test_itemfrompoint()
|
H A D | msg.c | 7255 { LB_SETTOPINDEX, sent|wparam|lparam, 0, 0 }, 7270 { LB_SETTOPINDEX, sent|wparam|lparam, 0, 0 },
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 491 SendMessageA(hLB, LB_SETTOPINDEX, 1, 0); in test_ownerdraw() 998 SendMessageA( hList, LB_SETTOPINDEX, 1, 0); in test_itemfrompoint()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 506 #define ListBox_SetTopIndex(hwndCtl,indexTop) ((int)(DWORD)SNDMSG((hwndCtl),LB_SETTOPINDEX,(WPARAM)…
|
H A D | winuser.h | 2073 #define LB_SETTOPINDEX 407 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4793 HANDLE_MSG(hwnd, LB_SETTOPINDEX, MD_ListBox_OnSetTopIndex); in MD_msgdump() 5508 DEFINE_RESULT(LB_SETTOPINDEX); in MD_msgresult()
|