From b977720aa7f159ae2c1e9d9b3af1adecff730545 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 17 Nov 2016 10:32:52 -0800 Subject: Create CFWL_EvtEditChanged This CL creates a generic event for CFWL_EventType::EditChanged and uses it in the ComboBox and DateTimePicker. None of the params from the custom events were used so they have been removed. Review-Url: https://codereview.chromium.org/2511813002 --- xfa/fwl/core/ifwl_combobox.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xfa/fwl/core/ifwl_combobox.h') diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h index 5b6657baef..612645c10a 100644 --- a/xfa/fwl/core/ifwl_combobox.h +++ b/xfa/fwl/core/ifwl_combobox.h @@ -45,12 +45,6 @@ class IFWL_Widget; #define FWL_STYLEEXT_CMB_ListItemIconText (1L << 12) #define FWL_STYLEEXT_CMB_ReadOnly (1L << 13) -FWL_EVENT_DEF(CFWL_EvtCmbEditChanged, - CFWL_EventType::EditChanged, - int32_t nChangeType; - CFX_WideString wsInsert; - CFX_WideString wsDelete;) - FWL_EVENT_DEF(CFWL_EvtCmbSelChanged, CFWL_EventType::SelectChanged, CFX_Int32Array iArraySels; -- cgit v1.2.3