diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-13 23:05:38 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-13 23:05:38 +0200 |
commit | 59b53c0ecf06923161ca9bfac2ee8e63d144434d (patch) | |
tree | 4d0c257f458023108ff435d303ecd96efaf90486 | |
parent | faaf356c52453721e67b2ad0c30c9da2c68586b7 (diff) |
Documentation update.
-rw-r--r-- | doc/dw-grows.doc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/dw-grows.doc b/doc/dw-grows.doc index 3000828d..1b1ba46b 100644 --- a/doc/dw-grows.doc +++ b/doc/dw-grows.doc @@ -127,4 +127,11 @@ dw::Textblock's (at the top and at the bottom) call queueResize with for the dw::SimpleContainer, *sizeRequest* is never called for the bottom dw::Textblock. +There does not seem to be a real case for this problem in dillo, since +all containers (except dw::SimpleContainer, which is not used outside +tests) use the available width and height +(dw::core::Widget::usesAvailWidth and +dw::core::Widget::usesAvailHeight), and so are always affected by +viewport size changes. + */ |