Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:newScheme

190     def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
192 newScheme and newFontSet, respectively. This affects only those
206 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
208 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)