Lines Matching refs:info
212 self.tk.eval('global auto_path; lappend auto_path [file dir [info nameof]]')
259 def info(self, option=None):
261 return self.tk.call('tixForm', 'info', self._w)
264 return self.tk.call('tixForm', 'info', self._w, option)
966 return self.tk.call(self._w, 'info', 'anchor')
970 self.tk.call(self._w, 'info', 'bbox', entry)) or None
973 c = self.tk.call(self._w, 'info', 'children', entry)
977 return self.tk.call(self._w, 'info', 'data', entry)
980 return self.tk.call(self._w, 'info', 'dragsite')
983 return self.tk.call(self._w, 'info', 'dropsite')
986 return self.tk.call(self._w, 'info', 'exists', entry)
989 return self.tk.call(self._w, 'info', 'hidden', entry)
992 return self.tk.call(self._w, 'info', 'next', entry)
995 return self.tk.call(self._w, 'info', 'parent', entry)
998 return self.tk.call(self._w, 'info', 'prev', entry)
1001 c = self.tk.call(self._w, 'info', 'selection')
1465 return self.tk.call(self._w, 'info', 'active')
1468 return self.tk.call(self._w, 'info', 'anchor')
1471 return self.tk.call(self._w, 'info', 'down', index)
1474 return self.tk.call(self._w, 'info', 'left', index)
1477 return self.tk.call(self._w, 'info', 'right', index)
1480 c = self.tk.call(self._w, 'info', 'selection')
1484 return self.tk.call(self._w, 'info', 'size')
1487 return self.tk.call(self._w, 'info', 'up', index)
1797 # edit, entryconfigure, format, geometryinfo, info, index, move, nearest,
1851 return self._getboolean(self.tk.call(self, 'info', 'exists', x, y))
1855 return self.tk.call(self, 'info', 'bbox', x, y)