diff options
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index 50d1f543..9b25fbc8 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -432,7 +432,9 @@ public: void (*splitHeightFun) (int, int*, int*)); void correctExtremes (Extremes *extremes); int calcWidth (style::Length cssValue, int refWidth, Widget *refWidget, - int minWidth); + int limitMinWidth); + void calcFinalWidth (style::Style *style, int refWidth, Widget *refWidget, + int limitMinWidth, int *finalWidth); int calcHeight (style::Length cssValue, bool usePercentage, int refHeight, Widget *refWidget); |