[Mono-list] Cross-platform GUI.

Todd Berman tberman@off.net
Sun, 25 Jul 2004 15:27:56 -0400


On Sun, 2004-07-25 at 14:54 -0400, Daniel Carrera wrote:
> On Sun, Jul 25, 2004 at 07:47:50PM +0100, Paul wrote:
> 
> > > But then, I don't know of any Mono-supported GUI that works on all 3 
> > > platforms (Windows, GNU/Linux and Mac).  What is the recomended way to 
> > > make a cross-platform GUI?

Gtk# works perfectly on macosx. If you look at the monodevelop website,
we have a screenshot of monodevelop running on osx. So if monodevelop
works, your app will work for sure.

> > 
> > Qt# has pretty good coverage, as does wx-sharp (or whatever it's
> > called). While they may not be the "officially recommended" way, they
> > certainly are the most portable.
> 
> Thanks.  Am I wrong, or is Qt not free under Windows and Mac?

QT is not free under windows at all.

> 
> I did a google search and found wx.NET.  I'll try it.  Thanks!

My understanding of wx.NET is that its kinda unstable, but I have never
looked into it at all.

--Todd