Searched refs:SetCurSel (Results 1 – 9 of 9) sorted by relevance
72 pComboBox->SetCurSel(iSelArray.front()); in LoadWidget()206 pComboBox->SetCurSel(iSelArray.front()); in UpdateFWLData()208 pComboBox->SetCurSel(-1); in UpdateFWLData()289 ToComboBox(GetNormalWidget())->SetCurSel(bSelected ? nIndex : -1); in SetItemState()
69 pWidget->SetCurSel(date.GetYear(), date.GetMonth(), in LoadWidget()170 pPicker->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in UpdateFWLData()
23 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() function
109 combo.SetCurSel(curSel); in AddComboItems()284 _path.SetCurSel(-1); in OnButtonSetPath()
48 void SetCurSel(int32_t iYear, int32_t iMonth, int32_t iDay);
60 void SetCurSel(int32_t iSel);
145 void CFWL_DateTimePicker::SetCurSel(int32_t iYear, in SetCurSel() function in CFWL_DateTimePicker
145 void CFWL_ComboBox::SetCurSel(int32_t iSel) { in SetCurSel() function in CFWL_ComboBox
223 _filterCombo.SetCurSel(0); in OnInit()