]> granicus.if.org Git - python/commit
Implementation of patch 869468
authorDavid Ascher <david.ascher@gmail.com>
Wed, 18 Feb 2004 05:59:53 +0000 (05:59 +0000)
committerDavid Ascher <david.ascher@gmail.com>
Wed, 18 Feb 2004 05:59:53 +0000 (05:59 +0000)
commite2b4b3202588e0ea87bbc6967c79339979f8d0f4
tree30016d15595e4475241ab48595aeb24ffcf0fbd9
parentf06116dcab8f6066f78c522c056ffb9c2403706c
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.
Doc/lib/tkinter.tex
Lib/lib-tk/Tkinter.py
Lib/test/test_tcl.py [new file with mode: 0644]
Modules/_tkinter.c
Modules/tkappinit.c