diff options
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r-- | dw/alignedtablecell.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index 5325ba63..56196e6d 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -18,7 +18,8 @@ protected: void correctRequisitionOfChild (Widget *child, core::Requisition *requisition, void (*splitHeightFun) (int, int*, int*)); - void correctExtremesOfChild (Widget *child, core::Extremes *extremes); + void correctExtremesOfChild (Widget *child, core::Extremes *extremes, + bool useAdjustmentWidth); bool getAdjustMinWidth (); @@ -39,6 +40,8 @@ public: int applyPerHeight (int containerHeight, core::style::Length perHeight); bool isBlockLevel (); + + bool mustBeWidenedToAvailWidth (); }; } // namespace dw |