Searched refs:tag_config (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Lib/idlelib/ |
D | parenmatch.py | 123 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)
|
D | sidebar.py | 152 self.sidebar_text.tag_config('linenumber', justify=tk.RIGHT)
|
D | configdialog.py | 1126 self.highlight_sample.tag_config(sample_element, **{plane: new_color}) 1281 self.highlight_sample.tag_config(element, **colors)
|
D | pyshell.py | 168 self.text.tag_config('BREAK', cfg)
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ManPage.py | 28 self.tag_config('X', underline=1) 29 self.tag_config('!', font=BOLDFONT) 30 self.tag_config('_', font=ITALICFONT)
|
D | rmt.py | 31 t.tag_config('bold', font='-Adobe-Courier-Bold-R-Normal-*-120-*')
|
/external/python/cpython2/Lib/idlelib/ |
D | ParenMatch.py | 137 self.text.tag_config("paren", self.HILITE_CONFIG) 146 self.text.tag_config("paren", self.HILITE_CONFIG)
|
D | configDialog.py | 847 self.textHighlightSample.tag_config(sampleElement, **{plane:newColour}) 939 self.textHighlightSample.tag_config(element, **colours)
|
D | PyShell.py | 165 self.text.tag_config('BREAK', cfg)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 3196 tag_config = tag_configure variable in Text
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 3857 tag_config = tag_configure variable in Text
|