diff options
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, |