diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-28 01:31:37 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-28 01:31:37 +0200 |
commit | 935287d467ef8fecd0fe6e0170d7ec8778e73dad (patch) | |
tree | d644d142c32dba5cd7a6149fb805e5bbb4180828 /dw/table.hh | |
parent | 4c47a19af4349ba45833ff37406f78bba1fde5ef (diff) |
Cleaned up 'block-level' definition.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh index 295bdaad..715e2139 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -440,6 +440,9 @@ protected: void setWidth (int width); void setAscent (int ascent); void setDescent (int descent); + + bool isBlockLevel (); + void draw (core::View *view, core::Rectangle *area); //bool buttonPressImpl (core::EventButton *event); |