Home
last modified time | relevance | path

Searched refs:newScheme (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/tkinter/
Dtix.py179 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/
DTix.py183 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/
Dtkinter.tix.rst570 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio])
572 Resets the scheme and fontset of the Tix application to *newScheme* and
/external/python/cpython2/Doc/library/
Dtix.rst583 .. method:: tixCommand.tix_resetoptions(newScheme, newFontSet[, newScmPrio])
585 Resets the scheme and fontset of the Tix application to *newScheme* and