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
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
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