aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-05-20 22:47:25 +0200
committerSebastian Geerken <devnull@localhost>2015-05-20 22:47:25 +0200
commitbb6b9a5275d148782cb81811461d5063de38cb92 (patch)
tree04fdfdae48bb291c7c26a87d6044fd3c1ff122a7 /doc
parent150606242d7da8d9c616e05bdf8a3e92de428c8a (diff)
Size requisitions depending on positions (SRDOP): added method signatures.
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-size-request-pos.doc2
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;