[Mono-list] WinForms good design? How compares to GTK+ & Qt quality wise?

Miguel de Icaza miguel@ximian.com
26 Apr 2002 15:16:20 -0400


> Mono will implement WinForms and allow people
> to use that in Mono rather than Gtk/C# APIs.
> 
> **How good is the design of WinForms**?
> 
> Is it a mess or intelligent like GTK+/Qt????
> 
> If *really* good then why not do GUIs
> in WinForms exclusively???

There are two cases:

	1. For *our* purposes, Gtk# is important, because we want to
	   integrate deeply with gnome and gnome-based applications
	   (ie, the "evolutionary" approach to extend software through
	   Mono).

	2. Windows.Forms is what will be used by people on Windows, and
	   we want to allow them to move to Linux.

Whether Windows.Forms is good or not is irrelevant, it has to be there
*anyways*.  And Gtk# will be used by our applications (and to implement
Windows.Form)

Miguel.