diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-16 13:17:40 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-17 20:38:16 +0200 |
commit | b6c8599a5acdaddccca102bae4370316beaa1915 (patch) | |
tree | f8015170c5aca318efe8a0a26c4317a303711f5d /dw/widget.hh | |
parent | bcc4facdbb63b7e6264838574fd679ddf8604b62 (diff) |
Improve comments in dw::core::Widget
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; |