diff options
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh index f7936203..1300a944 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -7,6 +7,8 @@ namespace dw { namespace tablecell { +inline bool mustBeWidenedToAvailWidth () { return true; } + bool getAdjustMinWidth (); bool isBlockLevel (); @@ -21,7 +23,8 @@ void correctCorrectedRequisitionOfChild (core::Widget *widget, void (*splitHeightFun) (int, int*, int*)); void correctCorrectedExtremesOfChild (core::Widget *widget, core::Widget *child, - core::Extremes *extremes); + core::Extremes *extremes, + bool useAdjustmentWidth); int applyPerWidth (core::Widget *widget, int containerWidth, core::style::Length perWidth); |