tkinter: native look to windows?

Fredrik Lundh fredrik at pythonware.com
Wed Jun 7 14:58:07 EDT 2006


John Salerno wrote:

> I'm a little confused. I was under the impression (perhaps incorrectly) 
> that Tkinter will create GUI widgets that are native to your OS

only for some widgets; some native widgets are not flexible enough.

and even native widgets don't always look like XP widgets (windows uses 
a rather obscure manifest XML resource file to control the look and feel 
for a specific application).

to get better XP styling, you can use the Tile library:

     http://tkinter.unpythonic.net/wiki/UsingTile

     http://tktable.sourceforge.net/tile/screenshots/windowsxp.html

or an 8.5 development version (which, afaik, includes the Tile library).

</F>




More information about the Python-list mailing list