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: Renato
by Guido Schimmels on Thu 30th Jun 2005 18:42 UTC

WxWidgets-2.6.0 has been released a few weeks ago.
Gtk2 is now default, the resize problems seem to be gone.
The wx app I'm mainly using (poEdit) even uses Gtk stock icons, with no change to the application, simply by recompiling. I've seen apps where the ugly win-classic icons are still there though. This app at least is now practically indistuingishable from a native Gnome app, except for the about box and the help browser; the wx help browser is so much better than yelp - yelp is horrible.
So as a user I'm very satisfied, VLC is looking good too.
As a developer I still have my reservations.