summaryrefslogtreecommitdiff
path: root/dw/tablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-25 21:59:19 +0200
committerSebastian Geerken <devnull@localhost>2014-07-25 21:59:19 +0200
commit91212a1b4a13068c82a916e7e459cfd6d2e088ad (patch)
tree54ff9051e2c4d09c837a0a34ac619ff1a2c58c27 /dw/tablecell.hh
parent76510c4de1d5737b057715e62b972fdd0c4335ed (diff)
Correct too wide table contents.
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r--dw/tablecell.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh
index 0b3b324f..2e26c8e8 100644
--- a/dw/tablecell.hh
+++ b/dw/tablecell.hh
@@ -15,6 +15,14 @@ int correctAvailWidthOfChild (core::Widget *widget, core::Widget *child,
int correctAvailHeightOfChild (core::Widget *widget, core::Widget *child,
int height, bool forceValue);
+void correctCorrectedRequisitionOfChild (core::Widget *widget,
+ core::Widget *child,
+ core::Requisition *requisition,
+ void (*splitHeightFun) (int, int*,
+ int*));
+void correctCorrectedExtremesOfChild (core::Widget *widget, core::Widget *child,
+ core::Extremes *extremes);
+
int applyPerWidth (core::Widget *widget, int containerWidth,
core::style::Length perWidth);
int applyPerHeight (core::Widget *widget, int containerHeight,