diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 0ca19ee6..1632499e 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -38,6 +38,8 @@ public: OOFAwareWidget *parent, int externalIndex) = 0; virtual int addWidgetOOF (core::Widget *widget, OOFAwareWidget *generator, int externalIndex) = 0; + virtual void calcWidgetRefSize (core::Widget *widget, + core::Requisition *size) = 0; virtual void moveExternalIndices (OOFAwareWidget *generator, int oldStartIndex, int diff) = 0; |