Searched refs:newFontSet (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 179 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None): argument 195 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio) 197 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 183 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None): argument 199 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio) 201 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
|
/external/python/cpython3/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
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 583 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio]) 586 *newFontSet*, respectively. This affects only those widgets created after this
|