diff options
author | Sebastian Geerken <devnull@localhost> | 2015-05-20 22:47:25 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-05-20 22:47:25 +0200 |
commit | bb6b9a5275d148782cb81811461d5063de38cb92 (patch) | |
tree | 04fdfdae48bb291c7c26a87d6044fd3c1ff122a7 /doc | |
parent | 150606242d7da8d9c616e05bdf8a3e92de428c8a (diff) |
Size requisitions depending on positions (SRDOP): added method signatures.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-size-request-pos.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dw-size-request-pos.doc b/doc/dw-size-request-pos.doc index c86c3d93..08af0eec 100644 --- a/doc/dw-size-request-pos.doc +++ b/doc/dw-size-request-pos.doc @@ -23,7 +23,7 @@ General Idea A widget size may depend on the position relative to an anchestor widget. If a widget wants to get the size of a child widget, it should -1. call the new method **dw::core::Widget::sizeRequestReference**, +1. call the new method dw::core::Widget::sizeRequestReference, which returns NULL, when the child's size does not depend on the position, or a widget relative to which the child's position must be calculated; |