Page 2 of 2

Re: gtk-sharp3, GtkBuilder, ConnectSignals not found

PostPosted: Sun Oct 20, 2013 8:11 pm
by Charles
Thanks for getting back to us. Do you mind if we include this in our How To's?

Also, does a Glade/Gtk have an option to look up the names in a case-insensitive fashion? They're almost certainly using System.Reflection under the hood which has such an option. But I don't know if they expose that or not.

Re: gtk-sharp3, GtkBuilder, ConnectSignals not found

PostPosted: Mon Oct 21, 2013 6:58 am
by tleedavidson
The GTK.Builder class in the GTK#3 package obviously inherits methods from the Glade.XML class, though I do not find this explained in the Mono Documentation. The Glade.XML class documentation does make mention of System.Reflection.DefaultMember(), but I do not find this method defined in the documentation. So, I cannot definitively answer your question, Charles.

And, yes, absolutely, feel free to include it in the How To's. I was hoping that others might benefit from my research. :)