Lines Matching full:bbox
669 def bbox(self, index):672 return self.tk.call(self._w, "bbox", index)1177 def bbox(self, item, column=None):1184 return self.tk.call(self._w, "bbox", item, column)