aboutsummaryrefslogtreecommitdiff
path: root/dw/oofposfixedmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-22 14:59:02 +0100
committerSebastian Geerken <devnull@localhost>2014-12-22 14:59:02 +0100
commit1162688e7720815b17cc6b85033ec5b63eb6440e (patch)
treed8ca3b1c43b7155c19f9e2470fae469fdf78824f /dw/oofposfixedmgr.hh
parent424a01ce5c2dd3cadd3d7ca60c7b43283c183b02 (diff)
(Absolute) positions: distinguish between container (= parent widget) and reference widget.
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r--dw/oofposfixedmgr.hh1
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 ();