Home
last modified time | relevance | path

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

/third_party/python/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.py307 self.sidebar_text.tag_config('linenumber', justify=tk.RIGHT)
Dconfigdialog.py897 self.highlight_sample.tag_config(sample_element, **{plane: new_color})
1052 self.highlight_sample.tag_config(element, **colors)
Dpyshell.py181 self.text.tag_config('BREAK', cfg)
/third_party/python/Lib/tkinter/
D__init__.py3890 tag_config = tag_configure variable in Text