HomeSort by relevance Sort by last modified time
    Searched refs:newFontSet (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 315 milliseconds