Home
last modified time | relevance | path

Searched refs:tag_cget (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_colorizer.py221 self.assertEqual(text.tag_cget(tag, plane), '')
223 self.assertEqual(text.tag_cget(tag, plane),
Dtest_configdialog.py575 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
679 d.highlight_sample.tag_cget('hilite', 'foreground'))
686 hs_tag = page.highlight_sample.tag_cget
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py918 colour = self.textHighlightSample.tag_cget(tag, plane)
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1012 color = self.highlight_sample.tag_cget(tag, plane)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py3186 def tag_cget(self, tagName, option): member in Text
/external/python/cpython3/Lib/tkinter/
D__init__.py3878 def tag_cget(self, tagName, option): member in Text