Home
last modified time | relevance | path

Searched refs:newFontSet (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/
Dtix.py186 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None): argument
202 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
204 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
/third_party/python/Doc/library/
Dtkinter.tix.rst570 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio])
573 *newFontSet*, respectively. This affects only those widgets created after this