#2535: remove duplicated method.

This commit is contained in:
Georg Brandl 2008-05-11 21:34:10 +00:00
parent 3fc974f2d4
commit 275360eaa5
1 changed files with 0 additions and 3 deletions

View 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).