[Gtk-sharp-list] Glade# and resources.
Miguel de Icaza
miguel@ximian.com
15 Sep 2002 13:13:06 -0400
Hello!
> That won't work, because they use exactly this constructor already to open
> glade xml from files.
> But the syntax should be that short:
>
> I vote for:
>
> Glade.XML gxml = new Glade.XML ("file.glade","main_widget_name", null,
> true);
Ok, here is another one then:
XML (Assembly a, string b, string c, string d)
And passing null for the assembly means `Go get it from the currently
executing one'.