Searched refs:Tcl (Results 1 – 25 of 131) sorted by relevance
123456
/third_party/python/Doc/library/ |
D | tkinter.rst | 1 :mod:`tkinter` --- Python interface to Tcl/Tk 5 :synopsis: Interface to Tcl/Tk for graphical user interfaces 14 the Tcl/Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix 19 properly installed on your system, and also showing what version of Tcl/Tk is 20 installed, so you can read the Tcl/Tk documentation specific to that version. 22 Tkinter supports a range of Tcl/Tk versions, built either with or 23 without thread support. The official Python binary release bundles Tcl/Tk 8.6 29 additions and changes, and refer to the official Tcl/Tk documentation for 34 Tcl/Tk 8.5 (2007) introduced a modern set of themed user interface components 48 Tcl/Tk Resources: [all …]
|
D | tk.rst | 13 Tk/Tcl has long been an integral part of Python. It provides a robust and 18 The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To 19 use :mod:`tkinter`, you don't need to write Tcl code, but you will need to 20 consult the Tk documentation, and occasionally the Tcl documentation.
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
D | test_loadtk.py | 6 from tkinter import Tcl, TclError 14 tcl = Tcl() 40 tcl = Tcl()
|
D | test_variables.py | 6 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl, 25 self.root = Tcl()
|
/third_party/python/Doc/faq/ |
D | gui.rst | 20 Standard builds of Python include an object-oriented interface to the Tcl/Tk 25 `Tcl/Tk home page <https://www.tcl.tk>`_. Tcl/Tk is fully portable to the 43 will still need the Tcl and Tk libraries. 45 One solution is to ship the application with the Tcl and Tk libraries, and point 49 To get truly stand-alone applications, the Tcl scripts that form the library
|
/third_party/gettext/gettext-tools/doc/ |
D | lang-tcl.texi | 5 @node Tcl 6 @subsection Tcl - Tk's scripting language 7 @cindex Tcl 43 ---, uses a Tcl specific message catalog format
|
D | msgunfmt.texi | 38 @cindex Tcl mode, and @code{msgunfmt} program 39 Tcl mode: input is a tcl/msgcat @file{.msg} file. 100 @subsection Input file location in Tcl mode
|
/third_party/python/Tools/freeze/ |
D | README | 97 use Tkinter without a Tcl/Tk installation. The best way to ship a 99 to place the Tcl and Tk library files in the distributed setup, and 104 <root>/bin/windows-x86 and will place your Tcl library files 107 Tkinter or Tix would set the environment correctly for Tcl/Tk/Tix: 141 compile time - see the LIB_RUNTIME_DIR variable in the Tcl makefile. 146 A workaround to installing your Tcl library files with your frozen 147 executable would be possible, in which the Tcl/Tk library files are 151 Tcl/Tk/Tix code into the dynamic libraries using the Tcl ET code, 153 require that Tcl/Tk is required on the target installation, but be 159 The Tcl [info nameofexecutable] will be set to where the
|
/third_party/gettext/gettext-tools/examples/hello-tcl/ |
D | INSTALL | 2 - Tcl (tclsh and libtcl)
|
D | configure.ac | 10 dnl Check for availability of the Tcl interpreter.
|
/third_party/gettext/gettext-tools/examples/hello-tcl-tk/ |
D | INSTALL | 3 - Tcl (tclsh and libtcl)
|
D | configure.ac | 10 dnl Check for availability of the Tcl/Tk interpreter.
|
/third_party/python/Mac/BuildScript/resources/ |
D | ReadMe.rtf | 48 …ludes its own private version of Tcl/Tk 8.6. It does not use any system-supplied or third-party su… 72 …lable (primarily in the os module); and the new installer variant includes Tcl/Tk 8.6.11 rather th…
|
/third_party/gettext/gettext-tools/examples/ |
D | README | 34 hello-tcl Tcl 35 hello-tcl-tk Tcl Tk
|
/third_party/python/Tools/buildbot/ |
D | build.bat | 7 @rem a new version of an external library, especially Tcl/Tk):
|
/third_party/gettext/gettext-tools/tests/ |
D | format-tcl-1 | 111 ${XGETTEXT} -L Tcl -o f-t-1-$n.po f-t-1-$n.in || Exit 1
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc2.rst | 38 Removes vcruntime140.dll dependency from Tcl/Tk.
|
D | 3.10.0a6.rst | 398 Make configure script use pkg-config to detect the location of Tcl/Tk 401 On macOS, a Tcl/Tk configuration provided by pkg-config will be preferred 402 over Tcl/Tk frameworks installed in ``/{System/,}Library/Frameworks``. If
|
D | 3.5.0a4.rst | 395 Tkinter now supports 64-bit integers added in Tcl 8.4 and arbitrary 396 precision integers added in Tcl 8.5. 428 Tkinter now supports new boolean type in Tcl 8.5.
|
/third_party/python/Lib/test/ |
D | test_tcl.py | 16 from tkinter import Tcl 30 tcl = Tcl() 59 self.interp = Tcl() 754 self.interp = Tcl() 803 tcl = Tcl()
|
/third_party/gettext/gettext-tools/src/ |
D | FILES | 208 | Reading Tcl .msg files. 239 format-tcl.c Format string handling for Tcl. 276 | Generating Tcl .msg files. 368 | String extractor for Tcl.
|
/third_party/python/PCbuild/ |
D | readme.txt | 202 Building Tcl and Tk can be performed by running 204 sources matched to the current commit from the Tcl and Tk branches 210 Win32 and "tcltk64" on x64. They also copy the Tcl and Tk DLLs 212 is able to load Tcl/Tk without having to change your PATH.
|
D | prepare_tcltk.bat | 8 echo.Download and build Tcl/Tk. This should only be performed in order to
|
/third_party/python/Mac/BuildScript/ |
D | README.rst | 80 * Tcl/Tk 8.6 109 * Tcl/Tk 8.6
|
/third_party/python/Lib/tkinter/test/ |
D | support.py | 103 tcl = tkinter.Tcl()
|
123456