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
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to