diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_combobox.h')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_combobox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_combobox.h b/xfa/fwl/lightwidget/cfwl_combobox.h index ab703fe372..186d4b7874 100644 --- a/xfa/fwl/lightwidget/cfwl_combobox.h +++ b/xfa/fwl/lightwidget/cfwl_combobox.h @@ -23,6 +23,9 @@ class CFWL_ComboBox : public CFWL_Widget { CFWL_ComboBox(); ~CFWL_ComboBox() override; + IFWL_ComboBox* GetWidget() override; + const IFWL_ComboBox* GetWidget() const override; + static CFWL_ComboBox* Create(); FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr); int32_t AddString(const CFX_WideStringC& wsText); |