diff options
author | Sebastian Geerken <devnull@localhost> | 2015-10-03 21:11:25 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-10-03 21:11:25 +0200 |
commit | 6dee44b7e0c1744fd9f6cd11f1419c8a29aebb86 (patch) | |
tree | 44e30716c105e9d5aca7064e94e6426aa20366d7 /devdoc | |
parent | d7784256e11efbccbd01a61bb2bddad5eb2ec2d6 (diff) |
SRDOP: documentation.
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index 40eb1b4a..fddf76c8 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -20,6 +20,13 @@ solution is a frequent correction by calling dw::core::Widget::queueResize. In this document, an alternative approach is presented. +<div style="border: 2px solid #ffff00; margin: 1em 0; padding: 0.5em 1em; + background-color: #ffffe0">This approach works very well for floats, but not + for positioned elements, which means that calling + dw::core::Widget::queueResize is still needed for the latter. On the other + hand, dw::oof::OOFFloatsMgr (which is much more complex than + dw::oof::OOFPositionedMgr) can be simplified quite much.</div> + General Idea ============ |