Home
last modified time | relevance | path

Searched refs:tag_configure (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/idlelib/
Dhelp.py181 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)
Doutwin.py181 text.tag_configure(tag, **cnf)
Dcolorizer.py158 self.tag_configure(tag, **cnf)
Dpyshell.py986 self.text.tag_configure(tag, **tag_colors_config)
/third_party/python/Tools/demo/
Dredemo.py53 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/
Dtest_widgets.py1793 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/
Dttk.py1474 def tag_configure(self, tagname, option=None, **kw): member in Treeview
D__init__.py3886 def tag_configure(self, tagName, cnf=None, **kw): member in Text
3890 tag_config = tag_configure
/third_party/python/Doc/library/
Dtkinter.ttk.rst1234 .. method:: tag_configure(tagname, option=None, **kw)
/third_party/python/Misc/
DHISTORY22852 tag_configure, image_configure, window_configure now return a