This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make _tkinter.c Tix aware
Type: Stage:
Components: Tkinter Versions:
process
Status: closed Resolution: postponed
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, idiscovery, nobody
Priority: low Keywords: patch

Created on 2001-03-16 06:16 by idiscovery, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_tkinter.c.diff.gz idiscovery, 2001-03-16 06:16 Patch for Modules/_tkinter.c
_tkinter.c.diff.gz idiscovery, 2001-03-16 06:46 Patch for Modules/_tkinter.c
Messages (3)
msg36059 - (view) Author: Internet Discovery (idiscovery) Date: 2001-03-16 06:16
A small patch to Modules/_tkinter.c to
define the constant _tkinter.TIX_VERSION.

This will allow Tkinter.py to know if Tix is present,
and if do, define the Form geometry manager.

The attached context diff is against 2.1b1, but it
should apply to any 2.x version.

msg36060 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-03-20 12:30
Logged In: NO 

Please upload a new file that's not gzipped, and delete
obsolete uploaded files.  It's hard to know for sure which
upload you meant when there are two different files with
identical names.  Gzipping slows down the review process.

(Guido)
msg36061 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-03-20 12:51
Logged In: YES 
user_id=6380

Now that I've seen the flurry of patches related to Tix, I
prefer to do this after 2.1 is safe and well released.  We
have 2 days until the code freeze for the 2.1b2 release, and
that's too short to make sure this stuff all works
correctly.  Certainly *I* don't have time to review it at
all.
History
Date User Action Args
2022-04-10 16:03:52adminsetgithub: 34157
2001-03-16 06:16:29idiscoverycreate