aboutsummaryrefslogtreecommitdiff
path: root/dw/tablecell.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r--dw/tablecell.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh
index 38907b71..5b789ddb 100644
--- a/dw/tablecell.hh
+++ b/dw/tablecell.hh
@@ -21,7 +21,9 @@ void correctCorrectedRequisitionOfChild (core::Widget *widget,
core::Widget *child,
core::Requisition *requisition,
void (*splitHeightFun) (int, int*,
- int*));
+ int*),
+ bool allowDecreaseWidth,
+ bool allowDecreaseHeight);
void correctCorrectedExtremesOfChild (core::Widget *widget, core::Widget *child,
core::Extremes *extremes,
bool useAdjustmentWidth);