Lines Matching refs:tk
21 """Given the name of a tk named font, returns a Font representation.
73 tk = getattr(root, 'tk', root)
76 font = tk.splitlist(tk.call("font", "actual", font))
86 if self.name not in tk.splitlist(tk.call("font", "names")):
91 tk.call("font", "configure", self.name, *font)
94 tk.call("font", "create", self.name, *font)
96 self._tk = tk
97 self._split = tk.splitlist
98 self._call = tk.call
191 return root.tk.splitlist(root.tk.call("font", "families", *args))
198 return root.tk.splitlist(root.tk.call("font", "names"))