Searched refs:m_iCurSel (Results 1 – 2 of 2) sorted by relevance
157 m_iCurSel = bClearSel ? -1 : iSel; in SetCurSel()190 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in GetEditText()231 pComboList->ChangeSelected(m_iCurSel); in ShowDropList()263 if (iMatch != m_iCurSel) { in MatchEditText()270 m_iCurSel = iMatch; in MatchEditText()308 if (m_iCurSel >= 0) { in Layout()309 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in Layout()383 m_iCurSel = m_pListBox->GetItemIndex(this, m_pListBox->GetSelItem(0)); in ProcessSelChanged()389 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in ProcessSelChanged()555 int32_t iCurSel = m_iCurSel; in OnKey()[all …]
59 int32_t GetCurSel() const { return m_iCurSel; } in GetCurSel()96 int32_t GetCurrentSelection() const { return m_iCurSel; } in GetCurrentSelection()126 int32_t m_iCurSel = -1; variable