summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_checkbox.h')
-rw-r--r--xfa/fwl/core/cfwl_checkbox.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/xfa/fwl/core/cfwl_checkbox.h b/xfa/fwl/core/cfwl_checkbox.h
index 730b906ba4..fb7a9ae1bf 100644
--- a/xfa/fwl/core/cfwl_checkbox.h
+++ b/xfa/fwl/core/cfwl_checkbox.h
@@ -17,17 +17,14 @@ class CFWL_CheckBox : public CFWL_Widget, public IFWL_CheckBoxDP {
void Initialize();
- FWL_Error SetCaption(const CFX_WideStringC& wsCaption);
- FWL_Error SetBoxSize(FX_FLOAT fHeight);
- int32_t GetCheckState();
- FWL_Error SetCheckState(int32_t iCheck);
-
// IFWL_DataProvider
void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) override;
// IFWL_CheckBoxDP
FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) override;
+ void SetBoxSize(FX_FLOAT fHeight);
+
private:
FX_FLOAT m_fBoxHeight;
CFX_WideString m_wsCaption;