Home
last modified time | relevance | path

Searched refs:Tcl (Results 1 – 25 of 72) sorted by relevance

123

/third_party/python/Doc/library/
Dtkinter.rst1 :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 …]
Dtk.rst13 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/Doc/faq/
Dgui.rst20 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/python/Lib/tkinter/test/test_tkinter/
Dtest_loadtk.py6 from tkinter import Tcl, TclError
14 tcl = Tcl()
40 tcl = Tcl()
Dtest_variables.py6 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl,
25 self.root = Tcl()
/third_party/python/Tools/freeze/
DREADME97 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/python/Mac/BuildScript/resources/
DReadMe.rtf48 …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/python/Tools/buildbot/
Dbuild.bat7 @rem a new version of an external library, especially Tcl/Tk):
/third_party/python/Lib/test/
Dtest_tcl.py16 from tkinter import Tcl
30 tcl = Tcl()
59 self.interp = Tcl()
754 self.interp = Tcl()
803 tcl = Tcl()
Dpythoninfo.py405 tcl = tkinter.Tcl()
/third_party/python/Misc/NEWS.d/
D3.5.0rc2.rst38 Removes vcruntime140.dll dependency from Tcl/Tk.
D3.10.0a6.rst398 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
D3.5.0a4.rst395 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.
D3.7.0b3.rst483 Build and link with private copy of Tcl/Tk 8.6 for the macOS 10.6+
486 use any external versions of Tcl/Tk, either system-provided or
D3.6.0a3.rst102 trace_vinfo that use obsolete Tcl commands and might not work in future
103 versions of Tcl. Fixed old tracing methods: trace_vdelete() with wrong mode
D3.7.0b2.rst527 Update Tcl and Tk versions to 8.6.8
584 Update macOS 10.9+ installer to Tcl/Tk 8.6.8.
/third_party/python/PCbuild/
Dreadme.txt202 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.
Dprepare_tcltk.bat8 echo.Download and build Tcl/Tk. This should only be performed in order to
/third_party/python/Mac/BuildScript/
DREADME.rst80 * Tcl/Tk 8.6
109 * Tcl/Tk 8.6
/third_party/python/Lib/tkinter/test/
Dsupport.py103 tcl = tkinter.Tcl()
/third_party/python/Modules/
DSetup283 # *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
285 # *** Uncomment and edit to reflect where your Tcl/Tk headers are:
300 # *** Uncomment and edit to reflect your Tcl/Tk versions:
/third_party/python/Tools/msi/
Dtestrelease.bat90 @echo Testing Tcl/tk
/third_party/python/Lib/idlelib/
DHISTORY.txt136 - coded in 100% pure Python, using the Tkinter GUI toolkit (i.e. Tcl/Tk)
139 currently problems with Tcl/Tk)
Drun.py94 tcl = tkinter.Tcl()
/third_party/curl/docs/
DBINDINGS.md126 [Tcl](https://web.archive.org/web/20160826011806/mirror.yellow5.com/tclcurl/) Tclcurl by Andrés Gar…

123