Searched refs:LISTBOX_SetCaretIndex (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | listbox.c | 1473 static LRESULT LISTBOX_SetCaretIndex( LB_DESCR *descr, INT index, BOOL fully_visible ) in LISTBOX_SetCaretIndex() function 1674 LISTBOX_SetCaretIndex( descr, 0, FALSE ); in LISTBOX_InsertItem() 1858 else if (orig_num == 0) LISTBOX_SetCaretIndex(descr, 0, FALSE); in LISTBOX_SetCount() 2159 LISTBOX_SetCaretIndex( descr, index, FALSE ); in LISTBOX_HandleLButtonDown() 2261 LISTBOX_SetCaretIndex( descr, descr->lphc->droppedIndex, FALSE ); in LISTBOX_HandleLButtonDownCombo() 2821 if (LISTBOX_SetCaretIndex( descr, wParam, !lParam ) == LB_ERR) in LISTBOX_WindowProc() 2874 LISTBOX_SetCaretIndex( descr, lParam, TRUE ); in LISTBOX_WindowProc() 2880 LISTBOX_SetCaretIndex( descr, wParam, TRUE ); in LISTBOX_WindowProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | listbox.c | 1373 static LRESULT LISTBOX_SetCaretIndex( LB_DESCR *descr, INT index, BOOL fully_visible ) in LISTBOX_SetCaretIndex() function 1595 LISTBOX_SetCaretIndex( descr, 0, FALSE ); in LISTBOX_InsertItem() 2092 LISTBOX_SetCaretIndex( descr, index, FALSE ); in LISTBOX_HandleLButtonDown() 2194 LISTBOX_SetCaretIndex( descr, descr->lphc->droppedIndex, FALSE ); in LISTBOX_HandleLButtonDownCombo() 2862 if (LISTBOX_SetCaretIndex( descr, wParam, !lParam ) == LB_ERR) in ListBoxWndProc_common() 2957 LISTBOX_SetCaretIndex( descr, wParam, TRUE ); in ListBoxWndProc_common()
|