Minor Tkinter omission: grid_remove

Dieter Maurer dieter at handshake.de
Fri Nov 12 14:22:08 EST 1999


Tkinter (1.5.2) does not implement a "grid_remove" method
(for the tk "grid remove slave ..." command).

Workaround:
  Instead of "w.grid_remove()" use "w.tk.call('grid','remove',w._w)"

- Dieter




More information about the Python-list mailing list