Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:tk

20     """Given the name of a tk named font, returns a Font representation.
71 font = root.tk.splitlist(root.tk.call("font", "actual", font))
81 if self.name not in root.tk.call("font", "names"):
85 root.tk.call("font", "configure", self.name, *font)
88 root.tk.call("font", "create", self.name, *font)
92 self._split = root.tk.splitlist
93 self._call = root.tk.call
170 return root.tk.splitlist(root.tk.call("font", "families"))
176 return root.tk.splitlist(root.tk.call("font", "names"))
183 root = Tkinter.Tk()