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

  /external/python/cpython2/Lib/lib-tk/
Tix.py 187 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
189 newScheme and newFontSet, respectively. This affects only those
203 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
205 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 179 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
181 newScheme and newFontSet, respectively. This affects only those
195 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet, newScmPrio)
197 return self.tk.call('tix', 'resetoptions', newScheme, newFontSet)
    [all...]
  /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 189 milliseconds