]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Nathan Paul Simons noticed that the grid_remove() method was missing.
authorGuido van Rossum <guido@python.org>
Wed, 5 May 1999 23:03:48 +0000 (23:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 May 1999 23:03:48 +0000 (23:03 +0000)
commit8e40759d5ae2c879759fe7c3e35aa107f967824b
tree32dfb410f91c78847cde4ba9960eddf4bf6ef357
parent3ed1be9fbd2146dc841f9c88652f9db902ac797e
Nathan Paul Simons noticed that the grid_remove() method was missing.
(The difference between grid_remove() and grid_forget() is that the
former remembers the options for the slave.)
Lib/lib-tk/Tkinter.py