diff options
author | Sebastian Geerken <devnull@localhost> | 2016-04-03 13:57:49 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-04-03 13:57:49 +0200 |
commit | ac5f6eb878e615789029fd5cd36fb9d65c78277c (patch) | |
tree | cf342d71590857230a2b726c29a30c268facd830 /dw/oofawarewidget.hh | |
parent | c242567805390620f4c47d17af68bb81b715efa2 (diff) |
Replace OOFAwareWidget::borderChanged by OOFAwareWidget::updateReference.
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 |