Lines Matching defs:bbox
1788 args = ('grid', 'bbox', self._w)
1795 bbox = grid_bbox
2554 bbox = grid_bbox = Misc.grid_bbox
2783 def bbox(self, *args):
2787 self.tk.call((self._w, 'bbox') + args)) or None
3234 def bbox(self, index):
3237 return self._getints(self.tk.call(self._w, 'bbox', index)) or None
3626 def bbox(self, index):
3630 self.tk.call(self._w, 'bbox', index)) or None
4257 def bbox(self, index):
4269 return self._getints(self.tk.call(self._w, 'bbox', index)) or None