From 8b5f19fc25ee1438eca3696c4e2b5f63ad2a4952 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 12 Oct 2010 09:35:59 -0300 Subject: imported patch typos --- doc/dw-widget-sizes.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/dw-widget-sizes.doc b/doc/dw-widget-sizes.doc index c93ce541..419a4a73 100644 --- a/doc/dw-widget-sizes.doc +++ b/doc/dw-widget-sizes.doc @@ -41,7 +41,7 @@ In the example in the image, the widget has the following allocation: The current allocation of a widget is hold in dw::core::Widget::allocation. It can be set from outside by -callcalling dw::core::Widget::sizeAllocate. This is a concrete method, +calling dw::core::Widget::sizeAllocate. This is a concrete method, which will call dw::core::Widget::sizeAllocateImpl (see code of dw::core::Widget::sizeAllocate for details). @@ -93,7 +93,7 @@ Some widgets do not have an inherent size, but depend on the context, e.g. the viewport size. These widgets should adhere to size hints, i.e. implement the methods dw::core::Widget::setWidth, dw::core::Widget::setAscent and dw::core::Widget::setDescent. The values -passed to the calles are +passed to the callees are