(self, entry)
| 966 | return self.tk.call(self._w, 'info', 'anchor') |
| 967 | |
| 968 | def info_bbox(self, entry): |
| 969 | return self._getints( |
| 970 | self.tk.call(self._w, 'info', 'bbox', entry)) or None |
| 971 | |
| 972 | def info_children(self, entry=None): |
| 973 | c = self.tk.call(self._w, 'info', 'children', entry) |