summaryrefslogtreecommitdiff
path: root/dw/simpletablecell.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/simpletablecell.hh')
-rw-r--r--dw/simpletablecell.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/simpletablecell.hh b/dw/simpletablecell.hh
index 2985a420..5126a3eb 100644
--- a/dw/simpletablecell.hh
+++ b/dw/simpletablecell.hh
@@ -13,7 +13,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);