diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 5ded99d5..209ae42c 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -129,6 +129,9 @@ public: virtual bool affectsRightBorder (core::Widget *widget) = 0; virtual bool mayAffectBordersAtAll () = 0; + /** + * Return value is relative to the *calling generator* (not container). + */ virtual int getClearPosition (OOFAwareWidget *widget) = 0; virtual bool dealingWithSizeOfChild (core::Widget *child) = 0; |