Gtk.Builder lack documentation...
Hi all,
As far as I see Gtk.Builder is now included in GTK# although I can't seem to find any documentation about it.
My problem is, Gtk.Builder only allows adding from file or string. I need to add *.glade files from resource like in Glade class. Is there such a functionality or should I use resource manager class to convert *.glade file to string and use Gtk.Builder.AddFromString() ? I would like to avoid using .NET framework classes if possible...
Thanks