Home
last modified time | relevance | path

Searched refs:TkVersion (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_idle.py8 if tk.TkVersion < 8.5:
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_images.py160 if tkinter.TkVersion >= 8.6 and self.wantobjects:
322 self.colorlist(0, 128 if tkinter.TkVersion >= 8.6
/third_party/python/Lib/idlelib/
Dpyshell.py25 if TkVersion < 8.5:
31 "Idle requires tcl/tk 8.5+, not %s." % TkVersion,
1627 if TkVersion >= 8.6:
/third_party/python/Lib/tkinter/
Dttk.py32 _REQUIRE_TILE = True if tkinter.TkVersion < 8.5 else False
D__init__.py44 TkVersion = float(_tkinter.TK_VERSION) variable