OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newScmPrio
(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):
197
The optional parameter
newScmPrio
can be given to reset the
205
if
newScmPrio
is not None:
206
return self.tk.call('tix', 'resetoptions', newScheme, newFontSet,
newScmPrio
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
190
def tix_resetoptions(self, newScheme, newFontSet,
newScmPrio
=None):
197
The optional parameter
newScmPrio
can be given to reset the
205
if
newScmPrio
is not None:
206
return self.tk.call('tix', 'resetoptions', newScheme, newFontSet,
newScmPrio
)
[
all
...]
Completed in 1314 milliseconds