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

Lines Matching defs:identify

558     def identify(self, x, y):
563 return self.tk.call(self._w, "identify", x, y)
675 def identify(self, x, y):
678 return self.tk.call(self._w, "identify", x, y)
857 def identify(self, x, y):
860 return self.tk.call(self._w, "identify", x, y)
1273 def identify(self, component, x, y):
1277 return self.tk.call(self._w, "identify", component, x, y)
1282 return self.identify("row", 0, y)
1289 return self.identify("column", x, 0)
1301 return self.identify("region", x, y)
1308 return self.identify("element", x, y)