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

Lines Matching refs:coords

2235     def coords(self, *args):
2240 self.tk.call((self._w, 'coords') + args)))
2813 def coords(self, value=None):
2818 return self._getints(self.tk.call(self._w, 'coords', value))