Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:identify

1373         """Return a tuple of column and row which identify the cell
2819 def identify(self, x, y):
2822 return self.tk.call(self._w, 'identify', x, y)
2849 def identify(self, x, y):
2852 return self.tk.call(self._w, 'identify', x, y)
3439 def identify(self, x, y):
3444 return self.tk.call(self._w, 'identify', x, y)
3587 def identify(self, x, y):
3588 """Identify the panedwindow component at point x, y
3597 return self.tk.call(self._w, 'identify', x, y)