How to choose the right GUI toolkit ?

James Cunningham jameshcunningham at gmail.com
Fri Nov 10 20:08:07 EST 2006


On 2006-11-09 14:06:06 -0500, "Dan Lenski" <dlenski at gmail.com> said:

> [snip]
> 
> My understanding is that wx wraps Windows, OSX, Qt, and GTK+... I guess
> some of the wrappers fit the native apps better than others?
> 
> Dan

WxWidgets does wrap Windows, OS X (Carbon), and GTK; it does not wrap 
Qt. On this page is a list of WxWidgets ports:

http://wiki.wxwidgets.org/docbrowse.cgi/wxwin_wxplatforminfo.html

According to the WxWidgets wiki, there's nothing stopping a person from 
writing a Qt port.

http://www.wxwidgets.org/wiki/index.php/WxWidgets_Compared_To_Other_Toolkits

Best,
James




More information about the Python-list mailing list