• Home
  • Raw
  • Download

Lines Matching refs:Tcl

1 :mod:`Tkinter` --- Python interface to Tcl/Tk
5 :synopsis: Interface to Tcl/Tk for graphical user interfaces
16 properly installed on your system, and also showing what version of Tcl/Tk is
17 installed, so you can read the Tcl/Tk documentation specific to that version.
51 Tcl/Tk documentation:
55 Change '8.6' to match the version of your Tcl/Tk installation.
57 `Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_
58 Recent Tcl/Tk manuals on www.tcl.tk.
60 `ActiveState Tcl Home Page <http://tcl.activestate.com/>`_
61 The Tk/Tcl development is largely taking place at ActiveState.
63 `Tcl and the Tk Toolkit <https://www.amazon.com/exec/obidos/ASIN/020163337X>`_
64 Book by John Ousterhout, the inventor of Tcl.
66 `Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_
96 has its own associated Tcl interpreter.
104 .. function:: Tcl(screenName=None, baseName=None, className='Tk', useTk=0)
106 The :func:`Tcl` function is a factory function which creates an object much like
108 subsystem. This is most often useful when driving the Tcl interpreter in an
111 created by the :func:`Tcl` object can have a Toplevel window created (and the Tk
198 * Addison-Wesley publishes a book called Tcl and the Tk Toolkit by John
199 Ousterhout (ISBN 0-201-63337-X) which is a good introduction to Tcl and Tk for
243 A (Very) Quick Look at Tcl/Tk
268 Tk scripts are Tcl programs. Like all Tcl programs, Tk scripts are just lists
379 Tk Widgets (C and Tcl)
381 functions that make up the Tk library. Tk is implemented in C and some Tcl.
382 The Tcl part of the Tk widgets is used to bind certain default behaviors to