summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_spinbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_spinbutton.h')
-rw-r--r--xfa/fwl/core/cfwl_spinbutton.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xfa/fwl/core/cfwl_spinbutton.h b/xfa/fwl/core/cfwl_spinbutton.h
index 2993663a58..fd2f02e998 100644
--- a/xfa/fwl/core/cfwl_spinbutton.h
+++ b/xfa/fwl/core/cfwl_spinbutton.h
@@ -44,8 +44,9 @@ class CFWL_SpinButton : public CFWL_Widget {
};
friend class CFWL_SpinButton::Timer;
- void EnableButton(bool bEnable, bool bUp = true);
- bool IsButtonEnabled(bool bUp = true);
+ void DisableButton();
+ bool IsUpButtonEnabled();
+ bool IsDownButtonEnabled();
void DrawUpButton(CFX_Graphics* pGraphics,
IFWL_ThemeProvider* pTheme,
const CFX_Matrix* pMatrix);