diff options
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 1a66e2ff..c30ac172 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -360,6 +360,10 @@ public: void tellPosition1 (core::Widget *widget, int x, int y); void tellPosition2 (core::Widget *widget, int x, int y); + void tellIncompletePosition1 (core::Widget *generator, core::Widget *widget, + int x, int y); + void tellIncompletePosition2 (core::Widget *generator, core::Widget *widget, + int x, int y); void getSize (core::Requisition *cbReq, int *oofWidth, int *oofHeight); bool containerMustAdjustExtraSpace (); |