summaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-08-16 13:17:40 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-17 20:38:16 +0200
commitb6c8599a5acdaddccca102bae4370316beaa1915 (patch)
treef8015170c5aca318efe8a0a26c4317a303711f5d /dw/widget.hh
parentbcc4facdbb63b7e6264838574fd679ddf8604b62 (diff)
Improve comments in dw::core::Widget
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh3
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;