diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-02 11:34:05 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-02 11:34:05 +0100 |
commit | 17043e7f6c74e756c24347f40a9701ac10e6acbf (patch) | |
tree | 8738c2dc5e49dd5f1559f244b19e3757fafb8805 /devdoc | |
parent | e11d08ddc34e4182673bab6af6c573f6c4a40fe6 (diff) |
SRDOP: Updated documentation updates.
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index 88e51097..417ce011 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -100,6 +100,10 @@ Since for this new approach, the size does not only depend on the size of the children, the second condition must be modified. See beginning of dw::core::Widget::sizeRequest. +An implementation may have to consider, this too, especially when implementing +incremental resizing (see \ref dw-widget-sizes); see +dw::Textblock::sizeRequestImpl as an example. + Regarding changes of the position is not sufficient. Consider this example, where a float size changes as soon as the image is loaded: |