Searched refs:GetSelIndex (Results 1 – 3 of 3) sorted by relevance
63 int32_t GetSelIndex(int32_t nIndex);
138 int32_t idx = GetSelIndex(nIndexSel); in GetSelItem()144 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBox
85 iSelArray.push_back(pListBox->GetSelIndex(i)); in CommitData()