Home
last modified time | relevance | path

Searched refs:fgBg (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py282 def GetHighlight(self, theme, element, fgBg=None): argument
301 if not fgBg: # Return dict of both colors
304 if fgBg == 'fg':
306 if fgBg == 'bg':
DEditorWindow.py762 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
DconfigDialog.py931 theme, 'normal', fgBg='bg')