diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index 2c33d386..9d5fa38a 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -249,15 +249,9 @@ public: core::DrawingContext *context); /** - * Called by an implementation of dw::oof::OutOfFlowMgr (actually only - * OOFFloatsMgr) when the border has changed due to a widget out of flow, or - * some widgets out of flow (actually floats). - * - * `y`, given relative to the container, denotes the minimal position (when - * more than one float caused this), `widgetOOF` the respective widget out of - * flow. + * ... */ - virtual void borderChanged (int oofmIndex, int y, core::Widget *widgetOOF); + virtual void updateReference (int ref); /** * Called by an implementation of dw::oof::OutOfFlowMgr (actually only |