Linked by Thom Holwerda on Thu 25th Sep 2008 15:29 UTC, submitted by Guido
Permalink for comment 331494
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-11-18
I don't think so. There are screenshots here, I am not sure how up to date they are:
http://developer.imendio.com/projects/gtk-macosx/
I think "native" in this context means that no X11 server is required, but Gtk+ will still draw its own widgets.
Actually, you may want to try Qt. It uses native widgets on OS X and Windows (on Linux Qt is itself one of the native widgets, of course). It has a very comfortable UI designer that can produce C++ class, or if you use PyQT, a Python class that you can use or subclass. It's really comfortable for focusing on designing the UI, and Qt is also a very nice toolkit to work with (it's more than just a UI library).
There are also some nice PyQt books.
Edited 2008-09-25 17:46 UTC