What are the differences between TkText, TkTextWin & TkTextWindow

N

Nigel Wilkinson

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
 
H

Hidetoshi NAGAI

From: Nigel Wilkinson <[email protected]>
Subject: What are the differences between TkText, TkTextWin & TkTextWindow
Date: Wed, 22 Jun 2005 08:06:28 +0900
Message-ID: said:
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')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top