Commit 275360ea authored by Georg Brandl's avatar Georg Brandl

#2535: remove duplicated method.

parent 3fc974f2
...@@ -590,9 +590,6 @@ class Misc: ...@@ -590,9 +590,6 @@ class Misc:
status = self.tk.call('grab', 'status', self._w) status = self.tk.call('grab', 'status', self._w)
if status == 'none': status = None if status == 'none': status = None
return status 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): def option_add(self, pattern, value, priority = None):
"""Set a VALUE (second parameter) for an option """Set a VALUE (second parameter) for an option
PATTERN (first parameter). PATTERN (first parameter).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment