aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 14:37:37 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 14:37:37 +0200
commitf9f3fcc4b5f72de36d6cb231baeaf21a3b615704 (patch)
tree7edc80486b895f58db420e8c640448cf07a6b93c /dw/oofawarewidget.hh
parent63be701d81f71cac1c5a4bc67d983e82399ef0c5 (diff)
OOFAwareWidget: some cleanup.
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh
index 13f16162..7121f9ea 100644
--- a/dw/oofawarewidget.hh
+++ b/dw/oofawarewidget.hh
@@ -49,7 +49,7 @@ protected:
void notifySetAsTopLevel();
void notifySetParent();
- static bool isContainingBlock (Widget *widget, int oofmIndex);
+ static bool isOOFContainer (Widget *widget, int oofmIndex);
public:
static int CLASS_ID;
@@ -60,6 +60,8 @@ public:
virtual void borderChanged (int y, core::Widget *vloat);
virtual void oofSizeChanged (bool extremesChanged);
virtual int getLineBreakWidth (); // Should perhaps be renamed.
+ virtual bool isPossibleContainer (int oofmIndex);
+ virtual bool isPossibleContainerParent (int oofmIndex);
};
} // namespace oof