Re: [Tutor] The Tkinter Text widget and .get()

2005-02-06 Thread Alan Gauld
> As I understand, .get() has to get an index argument to get the text > from the Text index... Thats true. > The problem is that I dont realy understand what is this index thing Thats not surprising the Text widget index in Tk (its not really a Tkinter thing, its part of the underlying Tk toolk

Re: [Tutor] The Tkinter Text widget and .get()

2005-02-06 Thread Liam Clarke
>From http://effbot.org/books/tkinterbook/text.htm "Indexes Indexes are used to point to positions within the text handled by the text widget. Like Python sequence indexes, text widget indexes correspond to positions between the actual characters. Tkinter provides a number of different index typ

[Tutor] The Tkinter Text widget and .get()

2005-02-06 Thread Mark Kels
Hi all. As I understand, .get() has to get an index argument to get the text from the Text index... The problem is that I dont realy understand what is this index thing and what index do I need to give to the function so I'll get all the text in the widget. Any ideas ?? Thanks ! -- 1. The day M