tkinter: tk.grid columnspan [RESOLVED]
Rich Shepard
rshepard at appl-ecosys.com
Thu Jun 6 08:46:55 EDT 2019
On Thu, 6 Jun 2019, Terry Reedy wrote:
> If you use IDLE, it is easy to experiment with tkinter, because the IDLE
> execution process runs a hidden tkinter update loop. Enter a statement
> adding or changing a widget, and it takes effect immediately.
Terry,
I use emacs.
I did not provide the code for the full dialog box. The last widget is
tk.Text for a comment. Adding 'columnspan=4' to the grid options makes the
layout correct. The Entry widget will expand to accommodate entered text.
Thanks, everyone,
Rich
More information about the Python-list
mailing list