Searched refs:newFontSet (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 187 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None): argument 203 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio) 205 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
|
/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
|