Re: [Tutor] Question about grid layout

2016-01-17 Thread Alan Gauld
On 17/01/16 18:27, Ricardo Martínez wrote: > Hi folks, first thanks to Peter and Alan for the comments about the > Interpreter, i really appreciate that. I don't remember giving any comments about the interpreter, but if I did you're welcome! :-) > The question that i have in mind is about grid l

[Tutor] Question about grid layout

2016-01-17 Thread Ricardo Martínez
Hi folks, first thanks to Peter and Alan for the comments about the Interpreter, i really appreciate that. The question that i have in mind is about grid layout, i have the below code and i want to resize every widget when the user resize the main windows. """ START """ import tkinter as tk im