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

Lines Matching defs:bbox

1322         args = ('grid', 'bbox', self._w)
1329 bbox = grid_bbox
1965 bbox = grid_bbox = Misc.grid_bbox
2206 def bbox(self, *args):
2210 self.tk.call((self._w, 'bbox') + args)) or None
2553 def bbox(self, *args):
2557 self.tk.call((self._w, 'bbox') + args)) or None
2890 def bbox(self, *args):
2894 self.tk.call((self._w, 'bbox') + args)) or None
3402 def bbox(self, index):
3414 return self.tk.call(self._w, 'bbox', index)