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

  /external/python/cpython2/Lib/idlelib/
configHandler.py 282 def GetHighlight(self, theme, element, fgBg=None):
285 fgBg - string ('fg' or 'bg') or None.
301 if not fgBg: # Return dict of both colors
304 if fgBg == 'fg':
306 if fgBg == 'bg':
309 raise InvalidFgBg('Invalid fgBg specified')
EditorWindow.py 762 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
    [all...]
configDialog.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 297 def GetHighlight(self, theme, element, fgBg=None):
300 fgBg - string ('fg'or'bg') or None, if None return a dictionary
314 if not fgBg: #return dict of both colours
317 if fgBg == 'fg':
319 if fgBg == 'bg':
322 raise InvalidFgBg, 'Invalid fgBg specified'
configDialog.py     [all...]
EditorWindow.py 756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 297 def GetHighlight(self, theme, element, fgBg=None):
300 fgBg - string ('fg'or'bg') or None, if None return a dictionary
314 if not fgBg: #return dict of both colours
317 if fgBg == 'fg':
319 if fgBg == 'bg':
322 raise InvalidFgBg, 'Invalid fgBg specified'
configDialog.py     [all...]
EditorWindow.py 756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 297 def GetHighlight(self, theme, element, fgBg=None):
300 fgBg - string ('fg'or'bg') or None, if None return a dictionary
314 if not fgBg: #return dict of both colours
317 if fgBg == 'fg':
319 if fgBg == 'bg':
322 raise InvalidFgBg, 'Invalid fgBg specified'
configDialog.py     [all...]
EditorWindow.py 756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 297 def GetHighlight(self, theme, element, fgBg=None):
300 fgBg - string ('fg'or'bg') or None, if None return a dictionary
314 if not fgBg: #return dict of both colours
317 if fgBg == 'fg':
319 if fgBg == 'bg':
322 raise InvalidFgBg, 'Invalid fgBg specified'
configDialog.py     [all...]
EditorWindow.py 756 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
    [all...]

Completed in 624 milliseconds