diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_checkbox.h')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_checkbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_checkbox.h b/xfa/fwl/lightwidget/cfwl_checkbox.h index eb23536e25..51e62943dc 100644 --- a/xfa/fwl/lightwidget/cfwl_checkbox.h +++ b/xfa/fwl/lightwidget/cfwl_checkbox.h @@ -15,6 +15,9 @@ class CFWL_CheckBox : public CFWL_Widget { CFWL_CheckBox(); ~CFWL_CheckBox() override; + IFWL_CheckBox* GetWidget() override; + const IFWL_CheckBox* GetWidget() const override; + static CFWL_CheckBox* Create(); FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr); |