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.
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:33 | admin | set | github: 46870 |
| 2008年06月09日 00:58:24 | benjamin.peterson | set | status: open -> closed resolution: duplicate superseder: Ttk support for Tkinter |
| 2008年06月09日 00:18:24 | wordtech | set | messages: + msg67855 |
| 2008年04月11日 22:42:15 | wordtech | set | messages: + msg65381 |
| 2008年04月11日 21:47:06 | loewis | set | nosy:
+ loewis messages: + msg65378 |
| 2008年04月11日 21:18:19 | benjamin.peterson | set | type: behavior -> enhancement components: + Library (Lib) |
| 2008年04月11日 20:40:45 | gpolo | set | nosy:
+ gpolo messages: + msg65369 |
| 2008年04月11日 19:43:59 | wordtech | create | |