diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-25 21:59:19 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-25 21:59:19 +0200 |
commit | 91212a1b4a13068c82a916e7e459cfd6d2e088ad (patch) | |
tree | 54ff9051e2c4d09c837a0a34ac619ff1a2c58c27 /dw/tablecell.hh | |
parent | 76510c4de1d5737b057715e62b972fdd0c4335ed (diff) |
Correct too wide table contents.
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 8 |
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, |