[Gtk-sharp-list] Glade.XML constructor.

Miguel de Icaza miguel@ximian.com
15 Mar 2003 16:00:12 -0500


Hello,

    We have a pretty overloaded constructor for Glade.XML, I would like
to introduce a couple of factory methods to make it clearer what the
constructors do, like this:

	Glade.XML LoadFromResource (Assembly ass, string resource, string root);
	Glade.XML LoadFromResource (string resource, string root);

Miguel.