| Index: xfa/fwl/core/ifwl_widget.h
|
| diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
|
| index 1c469b276c093362647c697a59cddb78e592f9ae..e9da806291fcf03edd14c92fb3818f7a910baed4 100644
|
| --- a/xfa/fwl/core/ifwl_widget.h
|
| +++ b/xfa/fwl/core/ifwl_widget.h
|
| @@ -77,6 +77,8 @@ class IFWL_Widget {
|
| void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE);
|
| uint32_t GetEventKey() const;
|
| void SetEventKey(uint32_t key);
|
| + void* GetLayoutItem() const;
|
| + void SetLayoutItem(void* pItem);
|
| FWL_Error SetPrivateData(void* module_id,
|
| void* pData,
|
| PD_CALLBACK_FREEDATA callback);
|
|
|