tkinter resizable text with grid
Paulo da Silva
p_s_d_a_s_i_l_v_a_ns at netcabo.pt
Thu Dec 6 09:52:06 EST 2018
Às 08:24 de 06/12/18, Peter Otten escreveu:
> Paulo da Silva wrote:
>
...
>
> You have to set the column/row weight of the /master/:
>
> master.grid_columnconfigure(1, weight=1)
> master.grid_rowconfigure(1, weight=1)
Ok. That works!
>
> Also, columns and rows usually start with 0.
>
Yes, I know that. I have other stuff there.
Thank you very much Peter.
More information about the Python-list
mailing list