Searched refs:newFontSet (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/tkinter/ |
D | tix.py | 186 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/ |
D | tkinter.tix.rst | 570 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio]) 573 *newFontSet*, respectively. This affects only those widgets created after this
|