Issue2618
Created on 2008-04-11 19:43 by wordtech, last changed 2008-06-09 00:58 by benjamin.peterson.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
Tile.py
|
wordtech,
2008-04-11 19:43
|
|
|
|
|
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) |
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) |
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.
|
|
| Date |
User |
Action |
Args |
| 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 -> feature request components:
+ Library (Lib) |
| 2008-04-11 20:40:45 | gpolo | set | nosy:
+ gpolo messages:
+ msg65369 |
| 2008-04-11 19:43:59 | wordtech | create | |
|