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 88219764..ca98308e 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -190,7 +190,8 @@ protected: * margin + border + padding + contents. * * See also dw::core::Widget::calcExtraSpace and - * dw::core::Widget::calcExtraSpaceImpl. + * dw::core::Widget::calcExtraSpaceImpl. Also, it is feasible to + * correct this value within dw::core::Widget::sizeRequestImpl. */ style::Box extraSpace; |