diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-26 01:44:33 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-26 01:44:33 +0200 |
commit | 69a3cd0edb23470da3fd1079196936a02591f35f (patch) | |
tree | 0a570069278b6521792b5006b598193246fa5b3a /devdoc | |
parent | 29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 (diff) |
Simplify again the signature of OOFAwareWidget:getGeneratorWidth(), with a slightly more complex (but more correct) implementatin for Textblock.
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-miscellaneous.doc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devdoc/dw-miscellaneous.doc b/devdoc/dw-miscellaneous.doc index faaf2fa8..f7e44e73 100644 --- a/devdoc/dw-miscellaneous.doc +++ b/devdoc/dw-miscellaneous.doc @@ -46,6 +46,16 @@ Should dw::core::Widget::calcExtraSpace be called from dw::core::Widget::getExtremes? +Widgets out of flow +=================== + +dw::Textblock::getGeneratorWidth +-------------------------------- +Re-evaluate dw::Textblock::getGeneratorWidth (especially the limitation on +instances of dw::Textblock) for positioned elements. Is this method really only +called for floats? + + Widget sizes ============ |