aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-01-03 14:05:11 +0100
committerSebastian Geerken <devnull@localhost>2016-01-03 14:05:11 +0100
commit85ed5cc02e6787450cbeb7cecdd5560c9616e6d0 (patch)
treed889665d57f70aecb6c01eaf8fceb59f02c292dd /dw/outofflowmgr.hh
parent17043e7f6c74e756c24347f40a9701ac10e6acbf (diff)
Fix (first half of) problem with "clear" position.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh3
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;