[Gtk-sharp-list] Gtk# 0.10 installer for Windows (aka. Gtk# Runtime and Development Environment for Windows)

Miguel de Icaza miguel@ximian.com
30 Jun 2003 10:02:06 -0400


Hello!

> Of course: GtkSharpRuntimeEnvironment.Init is a hack. Of course: It 
> would be much more elegant, if Gtk.Application.Init would call the code 
> found in GtkSharpRuntimeEnvironment.Init() behind the scene. But 0.10 
> has been out already, when that I had the idea for this hack. And well: 
> I'd say using that hack for 0.10 is better than distributing a patched 
> 0.10 or even waiting for 0.11. ;-) Btw: The word "elegant" refered to 
> the need of manually tweaking the PATH variable.

Maybe we should do this in Gtk.Application.Init() or do it as a static
constructor of Gtk.Application, so this happens automatically.

Since Application.cs is not auto-generated, this is even simpler.

Miguel