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.

Author idiscovery
Recipients
Date 2001-03-16.06:32:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.

History
Date User Action Args
2007-08-23 15:04:18adminlinkissue409049 messages
2007-08-23 15:04:18admincreate