aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index 5db9aa33..d21b2697 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -301,7 +301,7 @@ protected:
*/
virtual void getExtremesSimpl (Extremes *extremes);
- virtual void calcExtraSpaceImpl ();
+ virtual void calcExtraSpaceImpl (bool vertical);
/**
* \brief See \ref dw-widget-sizes.
@@ -483,7 +483,7 @@ public:
Widget **references = NULL, int *x = NULL, int *y = NULL);
void sizeAllocate (Allocation *allocation);
- void calcExtraSpace ();
+ void calcExtraSpace (bool vertical);
int getAvailWidth (bool forceValue);
int getAvailHeight (bool forceValue);