Searched refs:SetSelItem (Results 1 – 4 of 4) sorted by relevance
66 pListBox->SetSelItem(pListBox->GetItem(nullptr, selected), true); in LoadWidget()143 pListBox->SetSelItem(pListBox->GetSelItem(-1), false); in UpdateFWLData()145 pListBox->SetSelItem(pItem, true); in UpdateFWLData()168 pListBox->SetSelItem(pListBox->GetSelItem(nIndex), bSelected); in SetItemState()
54 SetSelItem(hOld, false); in ChangeSelected()60 SetSelItem(hSel, true); in ChangeSelected()
64 void SetSelItem(CFWL_ListItem* hItem, bool bSelect);
160 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) { in SetSelItem() function in CFWL_ListBox