diff options
Diffstat (limited to 'dw/oofposfixedmgr.hh')
-rw-r--r-- | dw/oofposfixedmgr.hh | 10 |
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 (); }; |