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> -- http://mail.python.org/mailman/listinfo/python-list