Searched refs:GetSelect (Results 1 – 6 of 6) sorted by relevance
81 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged()97 int32_t nCurSel = pWnd->GetSelect(); in SaveData()184 m_State.nIndex = pComboBox->GetSelect(); in SaveState()235 return pWnd && index == pWnd->GetSelect(); in IsIndexSelected()264 int nExport = pComboBox ? pComboBox->GetSelect() : -1; in GetSelectExportText()
79 int32_t GetSelect() const;
65 int32_t GetSelect() const { return m_nSelItem; } in GetSelect() function
255 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()259 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
336 return m_pList->GetSelect(); in GetCurSel()
239 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect() function in CPWL_ComboBox