Return items above TAGORID.
(self, tagOrId)
| 3118 | self.tk.call((self._w, 'find') + args)) or () |
| 3119 | |
| 3120 | def find_above(self, tagOrId): |
| 3121 | """Return items above TAGORID.""" |
| 3122 | return self.find('above', tagOrId) |
| 3123 | |
| 3124 | def find_all(self): |
| 3125 | """Return all items.""" |