Searched refs:tag_configure (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Lib/idlelib/ |
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('l4', lmargin1=100, lmargin2=100)
|
D | outwin.py | 181 text.tag_configure(tag, **cnf)
|
D | colorizer.py | 158 self.tag_configure(tag, **cnf)
|
D | pyshell.py | 986 self.text.tag_configure(tag, **tag_colors_config)
|
/third_party/python/Tools/demo/ |
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/ |
D | test_widgets.py | 1793 self.assertRaises(TypeError, self.tv.tag_configure) 1794 self.assertRaises(tkinter.TclError, self.tv.tag_configure, 1796 self.tv.tag_configure('test', foreground='blue') 1797 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')), 1799 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)), 1801 self.assertIsInstance(self.tv.tag_configure('test'), dict)
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 1474 def tag_configure(self, tagname, option=None, **kw): member in Treeview
|
D | __init__.py | 3886 def tag_configure(self, tagName, cnf=None, **kw): member in Text 3890 tag_config = tag_configure
|
/third_party/python/Doc/library/ |
D | tkinter.ttk.rst | 1234 .. method:: tag_configure(tagname, option=None, **kw)
|
/third_party/python/Misc/ |
D | HISTORY | 22852 tag_configure, image_configure, window_configure now return a
|