Re: tkinter text widget question

2005-08-21 Thread rafi
William Gill wrote: > The tkinter text widget uses indexes to identify row:column offsets > within the text, but it seems counter intuitive to have to convert row > and column integers to a string like "0.1'. It's great that index can > take a string, but what about looping through rows and col

tkinter text widget question

2005-08-21 Thread William Gill
The tkinter text widget uses indexes to identify row:column offsets within the text, but it seems counter intuitive to have to convert row and column integers to a string like "0.1'. It's great that index can take a string, but what about looping through rows and columns? Am I missing a way t

Re: tkinter text widget question

2005-08-21 Thread William Gill
rafi wrote: > William Gill wrote: > >> The tkinter text widget uses indexes to identify row:column offsets >> within the text, but it seems counter intuitive to have to convert row >> and column integers to a string like "0.1'. It's great that index can >> take a string, but what about loopi