summaryrefslogtreecommitdiff
path: root/dw/alignedtablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-05 14:55:34 +0100
committerSebastian Geerken <devnull@localhost>2015-01-05 14:55:34 +0100
commit2cefda0e49830d6ca348f37300bb53bffccb4568 (patch)
treef58e1e87408d21c77805cb29f17b791620c05878 /dw/alignedtablecell.hh
parentf63ff25447f9b0face656cfd18d97130409b2c17 (diff)
Extremes::adjustmentWidth may now (again) be used for extremes correction.
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r--dw/alignedtablecell.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/alignedtablecell.hh b/dw/alignedtablecell.hh
index 57b92d5f..b4203047 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 ();