+ wxLogDebug(" \"%s\", offs=%d",((wxLayoutObjectText *)(*i))->GetText().c_str(), (int) offs);
+ else
+ wxLogDebug(g_aTypeStrings[(*i)->GetType()]);
+
+}
+
+void
+wxLayoutList::ShowCurrentObject()
+{
+ CoordType offs;
+ wxLayoutObjectList::iterator i = FindCurrentObject(&offs);
+
+ wxLayoutDebug("Cursor is at (%d, %d)",
+ m_CursorPosition.x, m_CursorPosition.y);
+
+ i = FindCurrentObject(&offs);
+ wxLogDebug(" Line length: %d", GetLineLength(i));
+
+ if(i == end())