diff options
Diffstat (limited to 'xfa/fwl/cfwl_widget.h')
-rw-r--r-- | xfa/fwl/cfwl_widget.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xfa/fwl/cfwl_widget.h b/xfa/fwl/cfwl_widget.h index 13b06a9b49..7760b58a2f 100644 --- a/xfa/fwl/cfwl_widget.h +++ b/xfa/fwl/cfwl_widget.h @@ -124,10 +124,11 @@ class CFWL_Widget : public IFWL_WidgetDelegate { bool IsEnabled() const; bool IsLocked() const { return m_iLock > 0; } bool HasBorder() const; - CFX_RectF GetEdgeRect(); - float GetBorderSize(bool bCX); - CFX_RectF GetRelativeRect(); - IFWL_ThemeProvider* GetAvailableTheme(); + CFX_RectF GetEdgeRect() const; + float GetCXBorderSize() const; + float GetCYBorderSize() const; + CFX_RectF GetRelativeRect() const; + IFWL_ThemeProvider* GetAvailableTheme() const; CFX_SizeF CalcTextSize(const WideString& wsText, IFWL_ThemeProvider* pTheme, bool bMultiLine); |