]> granicus.if.org Git - python/commitdiff
#2535: remove duplicated method.
authorGeorg Brandl <georg@python.org>
Sun, 11 May 2008 21:34:10 +0000 (21:34 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 May 2008 21:34:10 +0000 (21:34 +0000)
Lib/lib-tk/Tkinter.py

index af77544c5d62836a1245cbd1be64a8e7e7523474..e8b47a4f1e771242d80c68a38824f39bc481766d 100644 (file)
@@ -590,9 +590,6 @@ class Misc:
         status = self.tk.call('grab', 'status', self._w)
         if status == 'none': status = None
         return status
-    def lower(self, belowThis=None):
-        """Lower this widget in the stacking order."""
-        self.tk.call('lower', self._w, belowThis)
     def option_add(self, pattern, value, priority = None):
         """Set a VALUE (second parameter) for an option
         PATTERN (first parameter).