What are the differences between TkText, TkTextWin & TkTextWindow

Hi folks

I have a text widget that uses tags and I want to do a 'dump_all' but the text widget does not seem to have this method but the TkTextWindow does.

Could someone explain the differences between these three and how can I get a dump from a text widget.

Cheers
Nogel

Message-ID: <F63C7A992748E9E429138A41@maisie.waspz.co.uk>

I have a text widget that uses tags and I want to do a 'dump_all' but the
text widget does not seem to have this method but the TkTextWindow does.

Could someone explain the differences between these three

TkText :: text widget class
TkTextWin :: abstract class (parent class of TkListbox and TkText)
TkTextWindow :: embedded windows on a text widget

and how can I get a dump from a text widget.

text_widget.dump_all('1.0', 'end')

ยทยทยท

From: Nigel Wilkinson <nigel@waspz.co.uk>
Subject: What are the differences between TkText, TkTextWin & TkTextWindow
Date: Wed, 22 Jun 2005 08:06:28 +0900

--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)