aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/widget.cc')
-rw-r--r--dw/widget.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index e6c2aa76..10312bf7 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -830,6 +830,12 @@ void Widget::setDescent (int descent)
{
}
+bool Widget::isBlockLevel ()
+{
+ // Most widgets are not block-level.
+ return false;
+}
+
bool Widget::buttonPressImpl (EventButton *event)
{
return false;