summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_listbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_listbox.h')
-rw-r--r--xfa/fwl/lightwidget/cfwl_listbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_listbox.h b/xfa/fwl/lightwidget/cfwl_listbox.h
index 725a7248a1..f647ae8d56 100644
--- a/xfa/fwl/lightwidget/cfwl_listbox.h
+++ b/xfa/fwl/lightwidget/cfwl_listbox.h
@@ -22,6 +22,9 @@ class CFWL_ListBox : public CFWL_Widget {
CFWL_ListBox();
~CFWL_ListBox() override;
+ IFWL_ListBox* GetWidget() override;
+ const IFWL_ListBox* GetWidget() const override;
+
static CFWL_ListBox* Create();
FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
FWL_Error AddDIBitmap(CFX_DIBitmap* pDIB, IFWL_ListItem* pItem);