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: Tile module: Add support for themed widgets
Type: enhancement Stage:
Components: Library (Lib), Tkinter Versions: Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Ttk support for Tkinter
View: 2983
Assigned To: Nosy List: gpolo, loewis, wordtech
Priority: normal Keywords:

Created on 2008-04-11 19:43 by wordtech, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Tile.py wordtech, 2008-04-11 19:43
Messages (5)
msg65367 - (view) Author: Kevin Walzer (wordtech) * Date: 2008-04-11 19:43
The Tile module adds support for the platform-native themed widgets now 
available in Tk 8.5's core (ttk:: namespace in Tk terms). The module 
also supports the ttk:: namespace for Tk 8.4 if a separate Tk extension 
is installed. Adding this module to the core lib-tk library will make it 
simple for Tkinter developers to access the improved, modern widget set 
now available.

The module was originally developed by Martin Franklin. I have updated 
and maintained it for the past two years. Martin Franklin has granted me 
permission to submit it for inclusion in the lib-tk core; documentation 
available on request.
msg65369 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-04-11 20:40
Is this complete ? I see several methods with just a pass, where the
docstring says it returns a dict, for example.
msg65378 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-04-11 21:47
Kevin, is this all your code (the comment seems to suggest otherwise).

Can all authors fill out contributor agreements?
msg65381 - (view) Author: Kevin Walzer (wordtech) * Date: 2008-04-11 22:42
No, it is not all my code. I will contact Martin Franklin about filling 
out contributors agreement.
msg67855 - (view) Author: Kevin Walzer (wordtech) * Date: 2008-06-09 00:18
I would like to close this feature request in favor of http://bugs.python.org/issue2983. That project achieves the same goal as 
this code submission in a more comprehensive, better-documented fashion.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46870
2008-06-09 00:58:24benjamin.petersonsetstatus: open -> closed
resolution: duplicate
superseder: Ttk support for Tkinter
2008-06-09 00:18:24wordtechsetmessages: + msg67855
2008-04-11 22:42:15wordtechsetmessages: + msg65381
2008-04-11 21:47:06loewissetnosy: + loewis
messages: + msg65378
2008-04-11 21:18:19benjamin.petersonsettype: behavior -> enhancement
components: + Library (Lib)
2008-04-11 20:40:45gpolosetnosy: + gpolo
messages: + msg65369
2008-04-11 19:43:59wordtechcreate