Browse Source

Transplant 45287f2799f5 from default branch.

pull/2332/head
Georg Brandl 14 years ago
parent
commit
f14a2bf3bc
  1. 2
      Lib/lib-tk/ttk.py

2
Lib/lib-tk/ttk.py

@ -1253,7 +1253,7 @@ class Treeview(Widget, Tkinter.XView, Tkinter.YView):
def exists(self, item):
"""Returns True if the specified item is present in the three,
"""Returns True if the specified item is present in the tree,
False otherwise."""
return bool(self.tk.call(self._w, "exists", item))

Loading…
Cancel
Save