aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-13 12:16:16 +0200
committerSebastian Geerken <devnull@localhost>2014-06-13 12:16:16 +0200
commit58e6536d3e9a387eadf740b98dfa89c5a37a5d58 (patch)
tree3d95c73a26b60715e10d4d6b6fe15b1546573768 /dw/table.hh
parentb068e76b797c92c92b9f363dd7cb1967fdff5b5b (diff)
Added (again) 'forceValue' parameter for calculation of available size.
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh
index caa66efe..847327c9 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -426,7 +426,7 @@ protected:
void sizeAllocateImpl (core::Allocation *allocation);
void resizeDrawImpl ();
- int getAvailWidthOfChild (Widget *child);
+ int getAvailWidthOfChild (Widget *child, bool forceValue);
bool isBlockLevel ();