Searched refs:GetSelItem (Results 1 – 5 of 5) sorted by relevance
141 [pListBox](int32_t val) { return pListBox->GetSelItem(val); }); in UpdateFWLData()143 pListBox->SetSelItem(pListBox->GetSelItem(-1), false); in UpdateFWLData()160 CFWL_ListItem* item = pListBox->GetSelItem(0); in OnSelectChanged()168 pListBox->SetSelItem(pListBox->GetSelItem(nIndex), bSelected); in SetItemState()
62 CFWL_ListItem* GetSelItem(int32_t nIndexSel);
45 CFWL_ListItem* hOld = GetSelItem(0); in ChangeSelected()
466 m_iCurSel = m_pListBox->GetItemIndex(this, m_pListBox->GetSelItem(0)); in ProcessSelChanged()996 CFWL_ListItem* item = m_pListBox->GetSelItem(iCurSel); in DisForm_OnKey()
137 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBox