aboutsummaryrefslogtreecommitdiff
path: root/dw/iterator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/iterator.cc')
-rw-r--r--dw/iterator.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/dw/iterator.cc b/dw/iterator.cc
index b6fde502..019d8e07 100644
--- a/dw/iterator.cc
+++ b/dw/iterator.cc
@@ -186,6 +186,15 @@ void Iterator::scrollTo (Iterator *it1, Iterator *it2, int start, int end,
}
}
+
+void Iterator::print ()
+{
+ printf ("in the %s %p, mask ", widget->getClassName(), widget);
+ Content::printMask (mask);
+ printf (", pointing at ");
+ Content::print (&content);
+}
+
// -------------------
// EmptyIterator
// -------------------