diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-09 13:17:50 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-09 13:17:50 +0100 |
commit | c9199eabe605b94cbfc47ac356a651cc086a6747 (patch) | |
tree | d2b6a1a4714422015dfa941c006d1196eddfd557 /devdoc/dw-size-request-pos.doc | |
parent | c714e1a14e82a7b45195f3d37c9edb2cb82c7107 (diff) |
SRDOP: Extend Widget::calcExtraSpace and Widget::calcExtraSpaceImpl by references.
Diffstat (limited to 'devdoc/dw-size-request-pos.doc')
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index b661500d..5db97c7f 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -153,10 +153,15 @@ Plan Issues ====== -- Since the signature of dw::core::Widget::sizeRequestImpl changes - quite often during the development of *size requisitions depending - on positions*, a simpler option dw::core::Widget::sizeRequestSimpl - has been added. May be removed again, after the design is stable. +- Since the signature of dw::core::Widget::sizeRequestImpl changes quite often + during the development of *size requisitions depending on positions*, a + simpler option dw::core::Widget::sizeRequestSimpl has been added. May be + removed again, after the design is stable. + +- As an alternative, passing the references may be done in a new method, which + is called *before* dw::core::Widget::sizeRequestImpl. This makes even more + sense, after dw::core::Widget::calcExtraSpace and + dw::core::Widget::calcExtraSpaceImpl have been extended by references. - There may be inconsistencies for widget styles; see [revision f797436687fe](http://flpsed.org/hgweb/dillo_grows/rev/f797436687fe) |