[issue2618] Tile module: Add support for themed widgets

2008-06-08 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> Ttk support for Tkinter ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2618] Tile module: Add support for themed widgets

2008-06-08 Thread Kevin Walzer
Kevin Walzer <[EMAIL PROTECTED]> added the comment: 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. ___ P

[issue2618] Tile module: Add support for themed widgets

2008-04-11 Thread Kevin Walzer
Kevin Walzer <[EMAIL PROTECTED]> added the comment: No, it is not all my code. I will contact Martin Franklin about filling out contributors agreement. __ Tracker <[EMAIL PROTECTED]> __ __

[issue2618] Tile module: Add support for themed widgets

2008-04-11 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Kevin, is this all your code (the comment seems to suggest otherwise). Can all authors fill out contributor agreements? -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]>

[issue2618] Tile module: Add support for themed widgets

2008-04-11 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- components: +Library (Lib) type: behavior -> feature request __ Tracker <[EMAIL PROTECTED]> __

[issue2618] Tile module: Add support for themed widgets

2008-04-11 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Is this complete ? I see several methods with just a pass, where the docstring says it returns a dict, for example. -- nosy: +gpolo __ Tracker <[EMAIL PROTECTED]> ___

[issue2618] Tile module: Add support for themed widgets

2008-04-11 Thread Kevin Walzer
New submission from Kevin Walzer <[EMAIL PROTECTED]>: 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 m