Searched refs:pFWLcombobox (Results 1 – 1 of 1) sorted by relevance
315 CFWL_ComboBox* pFWLcombobox = ((CFWL_ComboBox*)m_pNormalWidget); in IsDataChanged() local317 pFWLcombobox->GetEditText(wsText); in IsDataChanged()318 int32_t iCursel = pFWLcombobox->GetCurSel(); in IsDataChanged()321 pFWLcombobox->GetTextByIndex(iCursel, wsSel); in IsDataChanged()337 CFWL_ComboBox* pFWLcombobox = ((CFWL_ComboBox*)m_pNormalWidget); in FWLEventSelChange() local338 pFWLcombobox->GetEditText(pParam->m_wsNewText); in FWLEventSelChange()