Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
Dhelp.py171 self.tag_configure('em', font=(normalfont, 12, 'italic'))
172 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
173 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
174 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
175 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
176 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
178 self.tag_configure('l1', lmargin1=25, lmargin2=25)
179 self.tag_configure('l2', lmargin1=50, lmargin2=50)
180 self.tag_configure('l3', lmargin1=75, lmargin2=75)
181 self.tag_configure('l4', lmargin1=100, lmargin2=100)
DOutputWindow.py147 text.tag_configure(tag, **cnf)
DColorDelegator.py61 self.tag_configure(tag, **cnf)
/external/python/cpython3/Lib/idlelib/
Dhelp.py166 self.tag_configure('em', font=(normalfont, 12, 'italic'))
167 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
168 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
169 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
170 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
171 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
173 self.tag_configure('l1', lmargin1=25, lmargin2=25)
174 self.tag_configure('l2', lmargin1=50, lmargin2=50)
175 self.tag_configure('l3', lmargin1=75, lmargin2=75)
176 self.tag_configure('l4', lmargin1=100, lmargin2=100)
Doutwin.py145 text.tag_configure(tag, **cnf)
Dcolorizer.py79 self.tag_configure(tag, **cnf)
/external/python/cpython3/Tools/demo/
Dredemo.py53 self.stringdisplay.tag_configure("hit", background="yellow")
128 self.stringdisplay.tag_configure("hit", background="yellow")
129 self.stringdisplay.tag_configure("hit0", background="orange")
/external/python/cpython2/Tools/scripts/
Dredemo.py52 self.stringdisplay.tag_configure("hit", background="yellow")
127 self.stringdisplay.tag_configure("hit", background="yellow")
128 self.stringdisplay.tag_configure("hit0", background="orange")
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1612 self.assertRaises(TypeError, self.tv.tag_configure)
1613 self.assertRaises(tkinter.TclError, self.tv.tag_configure,
1615 self.tv.tag_configure('test', foreground='blue')
1616 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')),
1618 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)),
1620 self.assertIsInstance(self.tv.tag_configure('test'), dict)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1650 self.assertRaises(TypeError, self.tv.tag_configure)
1651 self.assertRaises(tkinter.TclError, self.tv.tag_configure,
1653 self.tv.tag_configure('test', foreground='blue')
1654 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')),
1656 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)),
1658 self.assertIsInstance(self.tv.tag_configure('test'), dict)
/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py109 self._calendar.tag_configure('header', background='grey90')
/external/python/cpython2/Lib/lib-tk/
Dttk.py1444 def tag_configure(self, tagname, option=None, **kw): member in Treeview
DTkinter.py3188 def tag_configure(self, tagName, cnf=None, **kw): member in Text
3191 tag_config = tag_configure
/external/python/cpython3/Lib/tkinter/
Dttk.py1470 def tag_configure(self, tagname, option=None, **kw): member in Treeview
D__init__.py3362 def tag_configure(self, tagName, cnf=None, **kw): member in Text
3365 tag_config = tag_configure
/external/python/cpython2/Doc/library/
Dttk.rst1114 .. method:: tag_configure(tagname, option=None, **kw)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst1138 .. method:: tag_configure(tagname, option=None, **kw)
/external/python/cpython2/Misc/
DHISTORY5468 tag_configure, image_configure, window_configure now return a
/external/python/cpython3/Misc/
DHISTORY22852 tag_configure, image_configure, window_configure now return a