diff options
author | Sebastian Geerken <devnull@localhost> | 2014-12-22 14:59:02 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-12-22 14:59:02 +0100 |
commit | 1162688e7720815b17cc6b85033ec5b63eb6440e (patch) | |
tree | d8ca3b1c43b7155c19f9e2470fae469fdf78824f /dw/oofposfixedmgr.hh | |
parent | 424a01ce5c2dd3cadd3d7ca60c7b43283c183b02 (diff) |
(Absolute) positions: distinguish between container (= parent widget) and reference widget.
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh index 38937878..1e099d39 100644 --- a/dw/oofposfixedmgr.hh +++ b/dw/oofposfixedmgr.hh @@ -10,6 +10,7 @@ namespace oof { class OOFPosFixedMgr: public OOFPositionedMgr { protected: + bool isReference (core::Widget *widget); int containerBoxOffsetX (); int containerBoxOffsetY (); int containerBoxRestWidth (); |