Home
last modified time | relevance | path

Searched refs:Tcl (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_loadtk.py6 from tkinter import Tcl, TclError namespace
14 tcl = Tcl()
40 tcl = Tcl()
H A Dtest_variables.py6 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl, namespace
25 self.root = Tcl()
/third_party/python/Lib/test/
H A Dtest_tcl.py16 from tkinter import Tcl namespace
30 tcl = Tcl()
51 self.interp = Tcl()
148 # Numbers starting with 0 are parsed as decimal in Tcl 9.0
586 dbg_info = ('want objects? %s, Tcl version: %s, Tk patchlevel: %s'
672 self.interp = Tcl()
720 tcl = Tcl()
H A Dpythoninfo.py418 tcl = tkinter.Tcl()
/third_party/python/Lib/tkinter/test/
H A Dsupport.py87 'requires Tcl version >= ' + '.'.join(map(str, version)))
93 self.skipTest('requires Tcl version >= ' +
103 tcl = tkinter.Tcl()
H A Dwidget_tests.py519 tcl = tkinter.Tcl()
/third_party/python/PCbuild/
H A Dprepare_tcltk.bat8 echo.Download and build Tcl/Tk. This should only be performed in order to
/third_party/python/Tools/msi/
H A Dtestrelease.bat90 @echo Testing Tcl/tk
/third_party/python/Lib/idlelib/
H A Drun.py94 tcl = tkinter.Tcl()
/third_party/python/Modules/
H A D_tkinter.c12 Only Tcl/Tk 8.5.12 and later are supported. Older versions are not
14 Tcl/Tk libraries.
17 /* XXX Further speed-up ideas, involving Tcl 8.0 features:
19 - Register a new Tcl type, "Python callable", which can be called more
42 /* If Tcl is compiled for threads, we must also define TCL_THREAD. We define
43 it always; if Tcl is not threaded, the thread functions in
44 Tcl are empty. */
48 #include <Tcl/tcl.h>
86 messiness. In Tcl 8.0 and later, it is not available on Windows (and on
96 /* If Tcl ca
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py1 """Wrapper functions for Tcl/Tk.
125 """Return a properly formatted dict built from Tcl list pairs.
130 Tcl list is expected to contain an even number of elements.
134 raise RuntimeError('Tcl list representing a dict is expected '
381 NAME is an optional Tcl name (defaults to PY_VARnum).
407 """Unset the variable in Tcl."""
419 """Return the name of the variable in Tcl."""
498 This deprecated method wraps a deprecated Tcl method that will
514 This deprecated method wraps a deprecated Tcl method that will
533 This deprecated method wraps a deprecated Tcl metho
2427 def Tcl(screenName=None, baseName=None, className='Tk', useTk=False): global() function
[all...]

Completed in 10 milliseconds