diff options
Diffstat (limited to 'dw/oofposrelmgr.hh')
-rw-r--r-- | dw/oofposrelmgr.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/oofposrelmgr.hh b/dw/oofposrelmgr.hh index fa58add3..bd70ddeb 100644 --- a/dw/oofposrelmgr.hh +++ b/dw/oofposrelmgr.hh @@ -46,7 +46,8 @@ public: int *oofHeight); void getExtremes (core::Extremes *containerExtr, int *oofMinWidth, int *oofMaxWidth); - + + bool dealingWithSizeOfChild (core::Widget *child); int getAvailWidthOfChild (core::Widget *child, bool forceValue); int getAvailHeightOfChild (core::Widget *child, bool forceValue); }; |