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) *  |
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. |
|
|
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 -> closedresolution: duplicatesuperseder: Ttk support for Tkinter |
2008-06-09 00🔞24 |
wordtech |
set |
messages: + |
2008-04-11 22:42:15 |
wordtech |
set |
messages: + |
2008-04-11 21:47:06 |
loewis |
set |
nosy: + loewismessages: + |
2008-04-11 21🔞19 |
benjamin.peterson |
set |
type: behavior -> enhancementcomponents: + Library (Lib) |
2008-04-11 20:40:45 |
gpolo |
set |
nosy: + gpolomessages: + |
2008-04-11 19:43:59 |
wordtech |
create |
|