Searched refs:tag_configure (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | help.py | 181 self.tag_configure('em', font=(normalfont, 12, 'italic')) 182 self.tag_configure('h1', font=(normalfont, 20, 'bold')) 183 self.tag_configure('h2', font=(normalfont, 18, 'bold')) 184 self.tag_configure('h3', font=(normalfont, 15, 'bold')) 185 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff') 186 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25, 188 self.tag_configure('l1', lmargin1=25, lmargin2=25) 189 self.tag_configure('l2', lmargin1=50, lmargin2=50) 190 self.tag_configure('l3', lmargin1=75, lmargin2=75) 191 self.tag_configure('l [all...] |
H A D | outwin.py | 181 text.tag_configure(tag, **cnf)
|
H A D | colorizer.py | 158 self.tag_configure(tag, **cnf)
|
H A D | pyshell.py | 977 self.text.tag_configure(tag, **tag_colors_config)
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 53 self.stringdisplay.tag_configure("hit", background="yellow") 126 self.stringdisplay.tag_configure("hit", background="yellow") 127 self.stringdisplay.tag_configure("hit0", background="orange")
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 1806 self.assertRaises(TypeError, self.tv.tag_configure) 1807 self.assertRaises(tkinter.TclError, self.tv.tag_configure, 1809 self.tv.tag_configure('test', foreground='blue') 1810 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')), 1812 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)), 1814 self.assertIsInstance(self.tv.tag_configure('test'), dict)
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 1449 def tag_configure(self, tagname, option=None, **kw): member in Treeview
|
H A D | __init__.py | 3922 def tag_configure(self, tagName, cnf=None, **kw): member in Text 3926 tag_config = tag_configure
|
Completed in 17 milliseconds