Home
last modified time | relevance | path

Searched refs:fgBg (Results 1 – 7 of 7) 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')
/external/python/cpython3/Lib/idlelib/
Dconfig.py286 def GetHighlight(self, theme, element, fgBg=None): argument
305 if not fgBg: # Return dict of both colors
308 if fgBg == 'fg':
310 if fgBg == 'bg':
Dcolorizer.py43 cursor_color = idleConf.GetHighlight(theme, 'cursor', fgBg='fg')
Dconfigdialog.py1255 theme, 'normal', fgBg='bg')
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py625 eq(hs_tag('break', fg), gh(theme, 'break', fgBg='fg'))
626 eq(hs_tag('cursor', bg), gh(theme, 'normal', fgBg='bg'))
636 eq(hs_tag('break', fg), gh(theme, 'break', fgBg='fg'))
637 eq(hs_tag('cursor', bg), gh(theme, 'normal', fgBg='bg'))