diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-29 14:19:29 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-29 14:19:29 +0200 |
commit | 8b7eb5032c7d40e6fe0fe21aff2523b7fa14e8f2 (patch) | |
tree | 80aff7801cdfecef30b0f2b9a7bdf61f1ccba2ae /dw/widget.hh | |
parent | 2f6d8aa3601505ad5490a212e75714abe3dcc77c (diff) |
Distinction between 'block-level' and 'possible container'.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index 9649ed2a..792b1082 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -414,6 +414,7 @@ public: virtual void setDescent (int descent); virtual bool isBlockLevel (); + virtual bool isPossibleContainer (); bool intersects (Rectangle *area, Rectangle *intersection); |