diff options
Diffstat (limited to 'doc/dw-size-request-pos.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; |