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/alignedtablecell.hh | |
parent | 76510c4de1d5737b057715e62b972fdd0c4335ed (diff) |
Correct too wide table contents.
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index b49660ba..5ea606d7 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -15,6 +15,11 @@ protected: int getAvailWidthOfChild (Widget *child, bool forceValue); int getAvailHeightOfChild (Widget *child, bool forceValue); + void correctRequisitionOfChild (Widget *child, + core::Requisition *requisition, + void (*splitHeightFun) (int, int*, int*)); + void correctExtremesOfChild (Widget *child, core::Extremes *extremes); + bool getAdjustMinWidth (); int wordWrap (int wordIndex, bool wrapAll); |