diff options
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index d1957d4f..1787be1f 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -198,7 +198,8 @@ protected: /** * \brief The current allocation: size and position, always relative to the - * canvas. + * canvas. The allocation is the outermost box for the widget, as in the CSS + * box model. It also includes the extraSpace. */ Allocation allocation; |