diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_widget.h')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_widget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h index fd30b71b4c..1c29b1f58e 100644 --- a/xfa/fwl/lightwidget/cfwl_widget.h +++ b/xfa/fwl/lightwidget/cfwl_widget.h @@ -20,9 +20,10 @@ class CFWL_WidgetMgr; class CFWL_Widget { public: virtual ~CFWL_Widget(); + IFWL_Widget* GetWidget(); FWL_Error GetClassName(CFX_WideString& wsClass) const; - uint32_t GetClassID() const; + FWL_Type GetClassID() const; virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const; FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE); |