aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-01-09 13:17:50 +0100
committerSebastian Geerken <devnull@localhost>2016-01-09 13:17:50 +0100
commitc9199eabe605b94cbfc47ac356a651cc086a6747 (patch)
treed2b6a1a4714422015dfa941c006d1196eddfd557 /dw/textblock.hh
parentc714e1a14e82a7b45195f3d37c9edb2cb82c7107 (diff)
SRDOP: Extend Widget::calcExtraSpace and Widget::calcExtraSpaceImpl by references.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index 3120b59e..2346f22d 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -831,7 +831,8 @@ protected:
void sizeAllocateImpl (core::Allocation *allocation);
- void calcExtraSpaceImpl (bool vertical);
+ void calcExtraSpaceImpl (bool vertical, int numPos, Widget **references,
+ int *x, int *y);
int getAvailWidthOfChild (core::Widget *child, bool forceValue);
int getAvailHeightOfChild (core::Widget *child, bool forceValue);