From cd616fc93a5adb072d282f7afbdbe4b057f9d6fc Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Sat, 23 Apr 2016 12:36:04 +0200 Subject: GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size correction. --- dw/alignedtablecell.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dw/alignedtablecell.hh') diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh index 0bcdbb5c..25085cc7 100644 --- a/dw/alignedtablecell.hh +++ b/dw/alignedtablecell.hh @@ -17,7 +17,9 @@ protected: void correctRequisitionOfChild (Widget *child, core::Requisition *requisition, - void (*splitHeightFun) (int, int*, int*)); + void (*splitHeightFun) (int, int*, int*), + bool allowDecreaseWidth, + bool allowDecreaseHeight); void correctExtremesOfChild (Widget *child, core::Extremes *extremes, bool useAdjustmentWidth); -- cgit v1.2.3