OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newScheme
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
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)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
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)
[
all
...]
Completed in 85 milliseconds