Lines Matching defs:info
403 elif not self._tk.getboolean(self._tk.call("info", "exists", self._name)):
410 if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
487 splitlist(self._tk.call('trace', 'info', 'variable', self._name)))]
893 data = self.tk.call('after', 'info', id)
1083 patchlevel = self.tk.call('info', 'patchlevel')
1920 self.tk.call('event', 'info', virtual))
2467 d = _splitdict(self.tk, self.tk.call('pack', 'info', self._w))
2472 info = pack_info
2519 d = _splitdict(self.tk, self.tk.call('place', 'info', self._w))
2524 info = place_info
2570 d = _splitdict(self.tk, self.tk.call('grid', 'info', self._w))
2575 info = grid_info