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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DOutputWindow.py147 text.tag_configure(tag, **cnf)
H A DColorDelegator.py61 self.tag_configure(tag, **cnf)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DOutputWindow.py147 text.tag_configure(tag, **cnf)
H A DColorDelegator.py61 self.tag_configure(tag, **cnf)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py1140 self.assertRaises(TypeError, self.tv.tag_configure)
1141 self.assertRaises(Tkinter.TclError, self.tv.tag_configure,
1143 self.tv.tag_configure('test', foreground='blue')
1144 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')),
1146 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)),
1148 self.assertTrue(isinstance(self.tv.tag_configure('test'), dict))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_widgets.py1140 self.assertRaises(TypeError, self.tv.tag_configure)
1141 self.assertRaises(Tkinter.TclError, self.tv.tag_configure,
1143 self.tv.tag_configure('test', foreground='blue')
1144 self.assertEqual(str(self.tv.tag_configure('test', 'foreground')),
1146 self.assertEqual(str(self.tv.tag_configure('test', foreground=None)),
1148 self.assertTrue(isinstance(self.tv.tag_configure('test'), dict))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dttk.py1435 def tag_configure(self, tagname, option=None, **kw): member in class:Treeview
H A DTkinter.py3126 def tag_configure(self, tagName, cnf=None, **kw): member in class:Text
3129 tag_config = tag_configure
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dttk.py1435 def tag_configure(self, tagname, option=None, **kw): member in class:Treeview
H A DTkinter.py3126 def tag_configure(self, tagName, cnf=None, **kw): member in class:Text
3129 tag_config = tag_configure

Completed in 292 milliseconds