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

  /external/python/cpython2/Tools/pynche/
TextViewer.py 47 self.__text.configure(selectforeground=sfg)
151 color = text['selectforeground']
173 text.configure(selectforeground=colorname)
187 optiondb['TEXT_SFG'] = self.__text['selectforeground']
  /external/python/cpython3/Tools/pynche/
TextViewer.py 47 self.__text.configure(selectforeground=sfg)
151 color = text['selectforeground']
173 text.configure(selectforeground=colorname)
187 optiondb['TEXT_SFG'] = self.__text['selectforeground']
  /external/python/cpython2/Lib/idlelib/
AutoCompleteWindow.py 135 selectforeground=self.origselforeground)
138 selectforeground=self.listbox.cget("fg"))
190 self.origselforeground = listbox.cget("selectforeground")
EditorWindow.py 768 selectforeground=select_colors['foreground'],
    [all...]
  /external/python/cpython3/Lib/idlelib/
autocomplete_w.py 137 selectforeground=self.origselforeground)
140 selectforeground=self.listbox.cget("fg"))
192 self.origselforeground = listbox.cget("selectforeground")
colorizer.py 50 selectforeground=select_colors['foreground'],
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 135 selectforeground=self.origselforeground)
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
EditorWindow.py 762 selectforeground=select_colors['foreground'],
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 135 selectforeground=self.origselforeground)
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
EditorWindow.py 762 selectforeground=select_colors['foreground'],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 135 selectforeground=self.origselforeground)
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
EditorWindow.py 762 selectforeground=select_colors['foreground'],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 135 selectforeground=self.origselforeground)
138 selectforeground=self.listbox.cget("fg"))
189 self.origselforeground = listbox.cget("selectforeground")
EditorWindow.py 762 selectforeground=select_colors['foreground'],
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 317 'selectbackground', 'selectborderwidth', 'selectforeground',
390 'selectbackground', 'selectborderwidth', 'selectforeground',
484 'selectbackground', 'selectborderwidth', 'selectforeground',
637 'selectbackground', 'selectborderwidth', 'selectforeground',
703 'selectbackground', 'selectborderwidth', 'selectforeground',
784 self.check_itemconfigure('selectforeground', '#654321')
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 321 'selectbackground', 'selectborderwidth', 'selectforeground',
394 'selectbackground', 'selectborderwidth', 'selectforeground',
488 'selectbackground', 'selectborderwidth', 'selectforeground',
641 'selectbackground', 'selectborderwidth', 'selectforeground',
707 'selectbackground', 'selectborderwidth', 'selectforeground',
788 self.check_itemconfigure('selectforeground', '#654321')
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 264 'selectbackground', 'selectborderwidth', 'selectforeground',
435 self.checkColorParam(widget, 'selectforeground')
  /external/python/cpython3/Lib/tkinter/test/
widget_tests.py 246 'selectbackground', 'selectborderwidth', 'selectforeground',
417 self.checkColorParam(widget, 'selectforeground')

Completed in 691 milliseconds