Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Dhelp.py173 self.tag_configure('em', font=(normalfont, 12, 'italic'))
174 self.tag_configure('h1', font=(normalfont, 20, 'bold'))
175 self.tag_configure('h2', font=(normalfont, 18, 'bold'))
176 self.tag_configure('h3', font=(normalfont, 15, 'bold'))
177 self.tag_configure('pre', font=(fixedfont, 12), background='#f6f6ff')
178 self.tag_configure('preblock', font=(fixedfont, 10), lmargin1=25,
180 self.tag_configure('l1', lmargin1=25, lmargin2=25)
181 self.tag_configure('l2', lmargin1=50, lmargin2=50)
182 self.tag_configure('l3', lmargin1=75, lmargin2=75)
183 self.tag_configure('l4', lmargin1=100, lmargin2=100)
Doutwin.py183 text.tag_configure(tag, **cnf)
Dcolorizer.py111 self.tag_configure(tag, **cnf)
/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/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/cpython3/Tools/demo/
Dredemo.py53 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.py1621 self.assertRaises(TypeError, self.tv.tag_configure)
1622 self.assertRaises(tkinter.TclError, self.tv.tag_configure,
1624 self.tv.tag_configure('test', foreground='blue')
1625 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')),
1627 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)),
1629 self.assertIsInstance(self.tv.tag_configure('test'), dict)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1841 self.assertRaises(TypeError, self.tv.tag_configure)
1842 self.assertRaises(tkinter.TclError, self.tv.tag_configure,
1844 self.tv.tag_configure('test', foreground='blue')
1845 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')),
1847 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)),
1849 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.py3193 def tag_configure(self, tagName, cnf=None, **kw): member in Text
3196 tag_config = tag_configure
/external/python/cpython3/Lib/tkinter/
Dttk.py1497 def tag_configure(self, tagname, option=None, **kw): member in Treeview
D__init__.py3368 def tag_configure(self, tagName, cnf=None, **kw): member in Text
3371 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.rst1235 .. 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