summaryrefslogtreecommitdiffstats
path: root/Modules/tkappinit.c
Commit message (Collapse)AuthorAgeFilesLines
* Mods by Tony Lownds (patch 490100, slightly massaged by me) to make TkinterJack Jansen2001-12-091-0/+51
| | | | | | | | | | | | | | work with Mac OS X Aqua-Tk, all nicely within ifdefs. The process is not for the faint of heart, though: you need to download and install the (alfa) Aqua-Tk, obtain a few needed X11 headers from somewhere else and then everything builds. To run scripts using Tkinter you must build with --enable-framework, build Python.app in Mac/OSX and run your Tkinter scripts with that. Then, about half the tests in Demo/tkinter work (or at least do something). Checking this in anyway because it shouldn't break anything, and newer versions of Aqua-Tk will streamline the process.
* Removing warnings discovered by gcc -WallMoshe Zadka2000-08-041-4/+4
|
* ANSI-fication (and test if committing files works now)Peter Schneider-Kamp2000-07-101-2/+1
|
* Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. ThisGuido van Rossum1999-11-051-2/+2
| | | | | | simply moves the call to Tk_MainWindow() after the Tcl/Tk initialization calls. The patch is unconditional, it works with earlier and later versions as well.
* Yes, Virginia, Tix does have a Tix_SafeInit() function.Guido van Rossum1997-12-021-5/+5
|
* New tkappinit supporting several popular packages.Guido van Rossum1997-11-221-15/+36
|
* Add optional support fort Tix and BLT.Guido van Rossum1997-11-191-0/+19
|
* Add sections for PIL (Fred Lundh).Guido van Rossum1997-05-141-1/+15
|
* Formatting.Barry Warsaw1997-01-141-18/+17
|
* Initial revisionGuido van Rossum1994-06-271-0/+36