Return items above TAGORID.
(self, tagOrId)
| 2906 | self.tk.call((self._w, 'find') + args)) or () |
| 2907 | |
| 2908 | def find_above(self, tagOrId): |
| 2909 | """Return items above TAGORID.""" |
| 2910 | return self.find('above', tagOrId) |
| 2911 | |
| 2912 | def find_all(self): |
| 2913 | """Return all items.""" |