diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-12 09:35:59 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-12 09:35:59 -0300 |
commit | 8b5f19fc25ee1438eca3696c4e2b5f63ad2a4952 (patch) | |
tree | ca8a88975278197ccbe6c1acc2ad477b7058a9e9 /doc | |
parent | 289364d31a9dcc694d0e277b503c512787402482 (diff) |
imported patch typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-widget-sizes.doc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <i>size hints</i>, 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 <ul> <li> the viewport size (ascent is the heigt here, while descent is 0) for |