Searched refs:SetCurSel (Results 1 – 9 of 9) sorted by relevance
257 pComboBox->SetCurSel(iSelArray[0]); in LoadWidget()386 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(iSelArray[0]); in UpdateFWLData()389 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(-1); in UpdateFWLData()451 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(nIndex); in SetItemState()453 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(-1); in SetItemState()
526 pWidget->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in LoadWidget()625 ->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in UpdateFWLData()
109 combo.SetCurSel(curSel); in AddComboItems()284 _path.SetCurSel(-1); in OnButtonSetPath()
23 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() function
49 void SetCurSel(int32_t iYear, int32_t iMonth, int32_t iDay);
64 void SetCurSel(int32_t iSel);
148 void CFWL_DateTimePicker::SetCurSel(int32_t iYear, in SetCurSel() function in CFWL_DateTimePicker
217 void CFWL_ComboBox::SetCurSel(int32_t iSel) { in SetCurSel() function in CFWL_ComboBox
223 _filterCombo.SetCurSel(0); in OnInit()