OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tix
(Results
1 - 6
of
6
) sorted by null
/external/python/cpython3/Lib/test/
test_tix.py
11
from tkinter import
tix
, TclError
18
self.root =
tix
.Tk()
21
self.fail('
Tix
should always be available on Windows')
22
self.skipTest('
Tix
not available')
/external/python/cpython2/PC/VC6/
build_tkinter.py
19
TIX_DIR = abspath("
tix
%d.%d.%d" % (TIX_MAJOR, TIX_MINOR, TIX_PATCH))
34
tix
= have_args("
tix
")
35
if not(tcl) and not(tk) and not(
tix
):
36
tcl = tk =
tix
= True
65
if
tix
:
/external/python/cpython3/PCbuild/
prepare_tcltk.bat
51
%MSBUILD% "%PCBUILD%\
tix
.vcxproj" /p:Configuration=Release /p:Platform=Win32
55
%MSBUILD% "%PCBUILD%\
tix
.vcxproj" /p:Configuration=Release /p:Platform=x64
get_externals.bat
56
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries%
tix
-8.4.3.6
/external/python/cpython2/PCbuild/
get_externals.bat
54
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries%
tix
-8.4.3.5
/external/python/cpython2/PC/VS9.0/
build.bat
75
set tixdir=%externals_dir%\
tix
-8.4.3.5
Completed in 644 milliseconds