aboutsummaryrefslogtreecommitdiff
path: root/dw/alignedtablecell.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-04-23 12:36:04 +0200
committerSebastian Geerken <devnull@localhost>2016-04-23 12:36:04 +0200
commitcd616fc93a5adb072d282f7afbdbe4b057f9d6fc (patch)
tree8073831411ce59ce6ca9dc430bb7506d0ba18467 /dw/alignedtablecell.hh
parenteb40226852118f6b24b594c307a6e12b369ceb04 (diff)
GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size correction.
Diffstat (limited to 'dw/alignedtablecell.hh')
-rw-r--r--dw/alignedtablecell.hh4
1 files changed, 3 insertions, 1 deletions
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);