Linked by Andrew Youll on Thu 30th Jun 2005 06:08 UTC, submitted by Zilin Du
General Development PySWT is a Python Binding to the IBM Eclipse SWT library, to provide Python with a cross platform native looking GUI.
Permalink for comment
To read all comments associated with this story, please click here.
re: Native look?
by Andrew Youll on Thu 30th Jun 2005 16:14 UTC

SWT takes on the native look of what ever OS you're using, if you're using QT it looks like QT, if you're using GTK+ it looks like GTK+, if you're using Win32, it looks like Win32, etc.