Return items above TAGORID.
(self, tagOrId)
| 3035 | self.tk.call((self._w, 'find') + args)) or () |
| 3036 | |
| 3037 | def find_above(self, tagOrId): |
| 3038 | """Return items above TAGORID.""" |
| 3039 | return self.find('above', tagOrId) |
| 3040 | |
| 3041 | def find_all(self): |
| 3042 | """Return all items.""" |