cpython/Lib/lib-tk
David Ascher e2b4b32025 Implementation of patch 869468
Allow the user to create Tkinter.Tcl objects which are
just like Tkinter.Tk objects except that they do not
initialize Tk. This is useful in circumstances where the
script is being run on machines that do not have an X
server running -- in those cases, Tk initialization fails,
even if no window is ever created.

Includes documentation change and tests.

Tested on Linux, Solaris and Windows.

Reviewed by Martin von Loewis.
2004-02-18 05:59:53 +00:00
..
Canvas.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
Dialog.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
FileDialog.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
FixTk.py Search for tix subdirectories. Fixes #564729. Will backport to 2.2. 2002-11-09 19:01:44 +00:00
ScrolledText.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
SimpleDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
Tix.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00
Tkconstants.py Patch #805976: Add DOTBOX and UNDERLINE. 2003-09-20 10:52:56 +00:00
Tkdnd.py Make reindent.py happy (convert everything to 4-space indents!). 2000-10-23 18:31:14 +00:00
Tkinter.py Implementation of patch 869468 2004-02-18 05:59:53 +00:00
tkColorChooser.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
tkCommonDialog.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
tkFileDialog.py Convert path objects to strings in askdirectory. Fixes #852314. 2003-12-01 21:04:22 +00:00
tkFont.py Patch #751107: Slant must be 'roman', not 'normal'. 2003-06-14 21:40:04 +00:00
tkMessageBox.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
tkSimpleDialog.py SF patch #701494: more apply removals 2003-04-06 09:01:11 +00:00
turtle.py Replace backticks with repr() or "%r" 2004-02-12 17:35:32 +00:00