diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 23:24:19 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 23:24:19 +0200 |
commit | f5c598b518d1f906148534d015f50075d3e8242d (patch) | |
tree | 21dd70add5b366c3dd80641b77f6b18e0baa009e /doc/dw-widget-sizes.doc | |
parent | e98d02a01ffeb18ede86af025e51ae1ec011c75a (diff) | |
parent | 5f0fc0e48b8cbee7e1795935da0abff6627fd498 (diff) |
merge
Diffstat (limited to 'doc/dw-widget-sizes.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 989eb83c..c93ce541 100644 --- a/doc/dw-widget-sizes.doc +++ b/doc/dw-widget-sizes.doc @@ -102,7 +102,7 @@ passed to the calles are </ul> Generally, the values should define the available space for the -widget. +widget. A widget, which depends on size hints, should call dw::core::Widget::queueResize, when apropriate. @@ -183,4 +183,4 @@ This way, a widget can exactly keep track on size changes, and so implement resizing in a faster way. A good example on how to use this is dw::Textblock. -*/
\ No newline at end of file +*/ |