Searched refs:newScmPrio (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 194 if newScmPrio is not None: 195 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 183 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None): argument 198 if newScmPrio is not None: 199 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
|
/external/python/cpython3/Doc/library/ |
D | tkinter.tix.rst | 570 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio]) 577 The optional parameter *newScmPrio* can be given to reset the priority level of
|
/external/python/cpython2/Doc/library/ |
D | tix.rst | 583 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio]) 590 The optional parameter *newScmPrio* can be given to reset the priority level of
|