aboutsummaryrefslogtreecommitdiff
path: root/dw/oofposfixedmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 01:40:07 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 01:40:07 +0200
commita42d8297257c9d68062811467a3bd2aaab7c16ff (patch)
tree41a0c822f10393874dbd39a0d6a6666092f1c0e1 /dw/oofposfixedmgr.hh
parent81e52eabc07c79384d89d7d863efe19dd95cbd93 (diff)
OOFAwareWidget (instead of Textblock): start.
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r--dw/oofposfixedmgr.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/dw/oofposfixedmgr.hh b/dw/oofposfixedmgr.hh
index 02b0820f..38937878 100644
--- a/dw/oofposfixedmgr.hh
+++ b/dw/oofposfixedmgr.hh
@@ -10,13 +10,13 @@ namespace oof {
class OOFPosFixedMgr: public OOFPositionedMgr
{
protected:
- int cbBoxOffsetX ();
- int cbBoxOffsetY ();
- int cbBoxRestWidth ();
- int cbBoxRestHeight ();
+ int containerBoxOffsetX ();
+ int containerBoxOffsetY ();
+ int containerBoxRestWidth ();
+ int containerBoxRestHeight ();
public:
- OOFPosFixedMgr (Textblock *containingBlock);
+ OOFPosFixedMgr (OOFAwareWidget *container);
~OOFPosFixedMgr ();
};