[Gtk-sharp-list] Extending Gtk.Window

Miguel de Icaza miguel@ximian.com
Tue, 09 Dec 2003 02:52:08 -0500


Hello,

> > That code does not use the actual Window object being created, it is
> > just a shell.  It should in fact remove the ": Gtk.Window" inheritance
> > chain.
> 
> My example is actually being used by people to learn about Gtk-Sharp so
> I fixed those OO issues ;-)
> 
> We have also build a (not finished in code) example of an application
> that uses the auto* tools for it's build process. This build process
> includes creating a script that will invoke "mono theexe.exe". Later I
> will also include the steps to convert po-files to resource files and
> stuff like that. 
> 
> http://cvs.freax.be/cgi-bin/cvsweb/SharpDhcpdConf/

This is a *fantastic* project;   

Please, please *please* write a full tutorial on how the whole setup
works, it could be called `dissecting a complete Mono Desktop
application'.  It is very important for people to have this sort of
material.

> ass"-like response. My personal opinion is that deployment and building
> techniques is a major issue lacking in the current development
> environment of Gtk-Sharp and Mono. Fixing this issue can be as easy as
> creating a document which guides new developers through all this, or
> create examples (but I don't know how correct we did it, I am not a
> auto* freak, lol).

For now, if you have a full autoconf/automake setup, that is fine, today
we can assume most people know it, but moving forward, we would probably
implement MSBuild.

Miguel