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: Form geometry manager for Tkinter.py
Type: Stage:
Components: Tkinter Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: idiscovery, loewis
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
Tkinter.py.gz idiscovery, 2001-03-16 06:32 Context diff against 2.1b1 Tkinter.py
Messages (3)
msg36078 - (view) Author: Internet Discovery (idiscovery) Date: 2001-03-16 06:32
If you accept patch #409043 which defines the
constant _tkinter.TIX_VERSION, then you will
no longer need to patch Lib/lib-tk/Tkinter.py to
use Tix. With this patch, Tkinter.py will look for
_tkinter.TIX_VERSION, and iff it finds it, will
add the Form geometry manager to all Tkinter widgets.
If not, the current behaviour is maintained.

The context diff is against 2.1b1, but should
work for 2.0 as well.

msg36079 - (view) Author: Internet Discovery (idiscovery) Date: 2001-03-16 06:35
Logged In: YES 
user_id=33229

Duplicate of #409048 - sorry SF is f*&%ing up again.
msg36080 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-18 11:07
Logged In: YES 
user_id=21627

Closed as a duplicate.
History
Date User Action Args
2022-04-10 16:03:52adminsetgithub: 34162
2001-03-16 06:32:39idiscoverycreate