Lines Matching defs:identify
530 def identify(self, x, y):
535 return self.tk.call(self._w, "identify", x, y)
648 def identify(self, x, y):
651 return self.tk.call(self._w, "identify", x, y)
832 def identify(self, x, y):
835 return self.tk.call(self._w, "identify", x, y)
1277 def identify(self, component, x, y):
1281 return self.tk.call(self._w, "identify", component, x, y)
1286 return self.identify("row", 0, y)
1293 return self.identify("column", x, 0)
1305 return self.identify("region", x, y)
1312 return self.identify("element", x, y)