diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index e21124c1..96c83e26 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -41,6 +41,10 @@ namespace oof { * dw::core::Widget::correctExtremesOfChild? Currently, all widgets * are used the default implementation.) * + * Also, iterators have to consider widgets out of flow; + * dw::oof::OOFAwareWidget::OOFAwareWidgetIterator is recommended as + * base class. + * * For both generators * and containers of floats (which is only implemented by * dw::Textblock) it gets a bit more complicated. |