Searched refs:GetSelItem (Results 1 – 7 of 7) sorted by relevance
133 FWL_HLISTITEM lpItemSel = pListBox->GetSelItem(iSelArray[j]); in UpdateFWLData()136 pListBox->SetSelItem(pListBox->GetSelItem(-1), FALSE); in UpdateFWLData()152 pListBox->GetItemText(pListBox->GetSelItem(0), eParam.m_wsNewText); in OnSelectChanged()157 FWL_HLISTITEM item = ((CFWL_ListBox*)m_pNormalWidget)->GetSelItem(nIndex); in SetItemState()
82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBox85 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelItem(nIndexSel); in GetSelItem()
119 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
24 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
35 virtual FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
40 FWL_HLISTITEM IFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in IFWL_ListBox41 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelItem(nIndexSel); in GetSelItem()222 FWL_HLISTITEM CFWL_ListBoxImp::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBoxImp972 FWL_HLISTITEM item = GetSelItem(i); in ProcessSelChanged()
239 FWL_HLISTITEM hOld = GetSelItem(0); in ChangeSelected()1101 m_iCurSel = pDatas->GetItemIndex(m_pInterface, m_pListBox->GetSelItem(0)); in ProcessSelChanged()1701 FWL_HLISTITEM item = m_pOwner->m_pListBox->GetSelItem(iCurSel); in DisForm_OnKey()