Home
last modified time | relevance | path

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

123

/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A Dtest_configdialog.py596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
700 d.highlight_sample.tag_cget('hilite', 'foreground'))
707 hs_tag = page.highlight_sample.tag_cget
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A Dtest_configdialog.py596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
700 d.highlight_sample.tag_cget('hilite', 'foreground'))
707 hs_tag = page.highlight_sample.tag_cget
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A Dtest_configdialog.py596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
700 d.highlight_sample.tag_cget('hilite', 'foreground'))
707 hs_tag = page.highlight_sample.tag_cget
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A 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
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A Dtest_configdialog.py596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
700 d.highlight_sample.tag_cget('hilite', 'foreground'))
707 hs_tag = page.highlight_sample.tag_cget
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A Dtest_configdialog.py596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
700 d.highlight_sample.tag_cget('hilite', 'foreground'))
707 hs_tag = page.highlight_sample.tag_cget
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_colorizer.py197 self.assertEqual(text.tag_cget(tag, plane), '')
199 self.assertEqual(text.tag_cget(tag, plane),
H A Dtest_configdialog.py596 self.assertEqual(d.highlight_sample.tag_cget('hilite', 'foreground'), color)
700 d.highlight_sample.tag_cget('hilite', 'foreground'))
707 hs_tag = page.highlight_sample.tag_cget
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_colorizer.py221 self.assertEqual(text.tag_cget(tag, plane), '')
223 self.assertEqual(text.tag_cget(tag, plane),
H A 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
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_colorizer.py221 self.assertEqual(text.tag_cget(tag, plane), '')
223 self.assertEqual(text.tag_cget(tag, plane),
H A 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
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/tests/
H A DTkinter_test.py284 (c.tag_cget, ('raised', 'background'), 'aliceblue'),
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/tests/
H A DTkinter_test.py284 (c.tag_cget, ('raised', 'background'), 'aliceblue'),
/dports/x11-toolkits/tktable/Tktable2.10/demos/
H A Dtktable.py218 def tag_cget(self, tagName, option): member in Table
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drst_utils.py242 elide = self.text.tag_cget(body_id_tag, "elide")
/dports/x11-toolkits/tktable/Tktable2.10/library/
H A Dtktable.py393 def tag_cget(self, tagname, option): member in Table
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/tkinter/
H A D__init__.pyi568 def tag_cget(self, tagName, option): ...
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DconfigDialog.py918 colour = self.textHighlightSample.tag_cget(tag, plane)

123