[Mono-list] Cross-platform GUI.

Dan Winship danw@novell.com
Mon, 26 Jul 2004 11:02:36 -0400


On Sun, 2004-07-25 at 15:58 -0400, Daniel Carrera wrote:
> On Sun, Jul 25, 2004 at 03:27:56PM -0400, Todd Berman 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.
> 
> Amazing.  I didn't that Gtk itself was ported to Mac OS X.

To clarify, The Gtk X11 backend works under X11 on OS X. There is no
port that uses CoreGraphics.

-- Dan