diff options
Diffstat (limited to 'xfa/include/fwl')
-rw-r--r-- | xfa/include/fwl/lightwidget/widget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/include/fwl/lightwidget/widget.h b/xfa/include/fwl/lightwidget/widget.h index 06c425edec..97096a783c 100644 --- a/xfa/include/fwl/lightwidget/widget.h +++ b/xfa/include/fwl/lightwidget/widget.h @@ -80,8 +80,6 @@ class CFWL_Widget { FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE);
FWL_ERR SetMatrix(const CFX_Matrix& matrix);
FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL);
- FWL_ERR GetProperties(CFWL_WidgetProperties& properties);
- FWL_ERR SetProperties(const CFWL_WidgetProperties& properties);
IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
FWL_ERR Repaint(const CFX_RectF* pRect = NULL);
FWL_ERR SetFocus(FX_BOOL bFocus);
|