[Mono-list] What GUI toolkit should I use for soonest, best compatibility with Mono?

Mathias Hasselmann mathias.hasselmann@gmx.de
Tue, 12 Nov 2002 02:21:24 +0100 (CET)


On Mon, 11 Nov 2002, revision17 wrote:

> I'm going to be writing a GUI frontend to a program that I am writing, and I
> was wondering if I should write my GUI frontend with GTK# or
> System.Windows.Forms;  I know that I probably will end up writing two for
> each of those toolkits, but maybe not.

	My toolkit of the choice would be Gtk#, maybe I'd use a mixture 
of both toolkits (see below). Authors are claiming it 
being not ready for production use... But: I'm quite sure that putting 
Gtk# under heavy duty will cause it to stabilize soon. Plus:

	- Gtk# is available for X11 and Windows today
	- Gtk# looks "native" on X11 and "not unfamiliar" on Windows 
	  (specially if you use windows forms for common dialogs like
	   file or color dialog)
	- IHMO Gtk# is much more convenient to use
	- there is a good chance to get Gtk# running on MacOS X one day

...

Ciao,
Mathias