• Home
  • Raw
  • Download

Lines Matching refs:_w

567         return self.tk.call(self._w, "identify", x, y)
578 self.tk.call(self._w, "instate", ' '.join(statespec)))
595 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
619 return self.tk.call(self._w, "invoke")
648 return self.tk.call(self._w, "invoke")
677 return self._getints(self.tk.call(self._w, "bbox", index))
683 return self.tk.call(self._w, "identify", x, y)
690 return self.tk.getboolean(self.tk.call(self._w, "validate"))
718 return self.tk.getint(self.tk.call(self._w, "current"))
719 return self.tk.call(self._w, "current", newindex)
724 self.tk.call(self._w, "set", value)
846 self.tk.call(self._w, "add", child, *(_format_optdict(kw)))
852 self.tk.call(self._w, "forget", tab_id)
861 self.tk.call(self._w, "hide", tab_id)
867 return self.tk.call(self._w, "identify", x, y)
873 return self.tk.getint(self.tk.call(self._w, "index", tab_id))
882 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
892 return self.tk.call(self._w, "select", tab_id)
903 return _val_or_dict(self.tk, kw, self._w, "tab", tab_id)
908 return self.tk.splitlist(self.tk.call(self._w, "tabs") or ())
934 self.tk.call("ttk::notebook::enableTraversal", self._w)
968 self.tk.call(self._w, "insert", pos, child, *(_format_optdict(kw)))
980 return _val_or_dict(self.tk, kw, self._w, "pane", pane)
991 return self.tk.getint(self.tk.call(self._w, "sashpos", index, newpos))
1022 self.tk.call(self._w, "start", interval)
1029 self.tk.call(self._w, "step", amount)
1035 self.tk.call(self._w, "stop")
1063 return self.tk.call(self._w, "invoke")
1102 return self.tk.call(self._w, 'get', x, y)
1178 self.tk.call(self._w, "set", value)
1218 return self._getints(self.tk.call(self._w, "bbox", item, column)) or ''
1226 self.tk.call(self._w, "children", item or '') or ())
1235 self.tk.call(self._w, "children", item, newchildren)
1246 return _val_or_dict(self.tk, kw, self._w, "column", column)
1252 self.tk.call(self._w, "delete", items)
1261 self.tk.call(self._w, "detach", items)
1267 return self.tk.getboolean(self.tk.call(self._w, "exists", item))
1273 return self.tk.call(self._w, "focus", item)
1305 return _val_or_dict(self.tk, kw, self._w, 'heading', column)
1312 return self.tk.call(self._w, "identify", component, x, y)
1349 return self.tk.getint(self.tk.call(self._w, "index", item))
1367 res = self.tk.call(self._w, "insert", parent, index,
1370 res = self.tk.call(self._w, "insert", parent, index, *opts)
1384 return _val_or_dict(self.tk, kw, self._w, "item", item)
1394 self.tk.call(self._w, "move", item, parent, index)
1402 return self.tk.call(self._w, "next", item)
1408 return self.tk.call(self._w, "parent", item)
1414 return self.tk.call(self._w, "prev", item)
1423 self.tk.call(self._w, "see", item)
1445 return self.tk.splitlist(self.tk.call(self._w, "selection", selop, items))
1452 self.tk.call(self._w, "selection", selop, items)
1482 res = self.tk.call(self._w, "set", item, column, value)
1494 self._bind((self._w, "tag", "bind", tagname), sequence, callback, add=0)
1506 return _val_or_dict(self.tk, kw, self._w, "tag", "configure",
1518 self.tk.call(self._w, "tag", "has", tagname))
1521 self.tk.call(self._w, "tag", "has", tagname, item))