Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_idle.py8 if tk.TkVersion < 8.5:
/external/python/cpython2/Demo/tkinter/guido/
DManPage.py137 if TkVersion >= 4.0:
168 if TkVersion <= 4.0:
Dsvkill.py7 if TkVersion < 4.0:
/external/python/cpython2/Lib/lib-tk/
DDialog.py6 if TkVersion <= 3.6:
DtkCommonDialog.py20 if TkVersion < 4.2:
Dttk.py32 _REQUIRE_TILE = True if Tkinter.TkVersion < 8.5 else False
DTkinter.py48 TkVersion = float(_tkinter.TK_VERSION) variable
1850 if TkVersion < 4.0:
1853 % str(TkVersion)
DTix.py31 if TkVersion < 3.999:
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py117 if tkinter.TkVersion >= 8.6 and self.wantobjects:
277 self.colorlist(0, 128 if tkinter.TkVersion >= 8.6
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_images.py116 if tkinter.TkVersion >= 8.6 and self.wantobjects:
276 self.colorlist(0, 128 if tkinter.TkVersion >= 8.6
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py26 from Tkinter import TkVersion
717 if TkVersion < 8.5:
DPyShell.py1561 elif TkVersion >= 8.5:
1562 ext = '.png' if TkVersion >= 8.6 else '.gif'
DEditorWindow.py190 if TkVersion >= 8.5:
771 if TkVersion >= 8.5:
/external/python/cpython3/Lib/idlelib/
Dpyshell.py23 if TkVersion < 8.5:
29 "Idle requires tcl/tk 8.5+, not %s." % TkVersion,
1499 ext = '.png' if TkVersion >= 8.6 else '.gif'
/external/python/cpython3/Lib/tkinter/
Dttk.py34 _REQUIRE_TILE = True if tkinter.TkVersion < 8.5 else False
D__init__.py44 TkVersion = float(_tkinter.TK_VERSION) variable