I believe that what is happening is that it is con...
# magic
t
I believe that what is happening is that it is confusing the "grid" command in magic with the "grid" command in Tk. The "gencell_create" should not be calling magic's "grid" command. But it does manage various windows, and calls Tk's "grid" command. . .