Home
last modified time | relevance | path

Searched refs:tag_config (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dparenmatch.py123 self.text.tag_config("paren", self.HILITE_CONFIG)
132 self.text.tag_config("paren", self.HILITE_CONFIG)
141 self.text.tag_config("paren", self.HILITE_CONFIG)
Dsidebar.py152 self.sidebar_text.tag_config('linenumber', justify=tk.RIGHT)
Dconfigdialog.py1126 self.highlight_sample.tag_config(sample_element, **{plane: new_color})
1281 self.highlight_sample.tag_config(element, **colors)
Dpyshell.py168 self.text.tag_config('BREAK', cfg)
/external/python/cpython2/Demo/tkinter/guido/
DManPage.py28 self.tag_config('X', underline=1)
29 self.tag_config('!', font=BOLDFONT)
30 self.tag_config('_', font=ITALICFONT)
Drmt.py31 t.tag_config('bold', font='-Adobe-Courier-Bold-R-Normal-*-120-*')
/external/python/cpython2/Lib/idlelib/
DParenMatch.py137 self.text.tag_config("paren", self.HILITE_CONFIG)
146 self.text.tag_config("paren", self.HILITE_CONFIG)
DconfigDialog.py847 self.textHighlightSample.tag_config(sampleElement, **{plane:newColour})
939 self.textHighlightSample.tag_config(element, **colours)
DPyShell.py165 self.text.tag_config('BREAK', cfg)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3196 tag_config = tag_configure variable in Text
/external/python/cpython3/Lib/tkinter/
D__init__.py3857 tag_config = tag_configure variable in Text