diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 14:37:37 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 14:37:37 +0200 |
commit | f9f3fcc4b5f72de36d6cb231baeaf21a3b615704 (patch) | |
tree | 7edc80486b895f58db420e8c640448cf07a6b93c /dw/textblock.hh | |
parent | 63be701d81f71cac1c5a4bc67d983e82399ef0c5 (diff) |
OOFAwareWidget: some cleanup.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 4c1810e6..dc496550 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -880,6 +880,8 @@ public: void borderChanged (int y, core::Widget *vloat); void oofSizeChanged (bool extremesChanged); int getLineBreakWidth (); + bool isPossibleContainer (int oofmIndex); + bool isPossibleContainerParent (int oofmIndex); }; #define DBG_SET_WORD_PENALTY(n, i, is) \ |