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

  /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 96 milliseconds