Gtk.Builder lack documentation...

View: New views
1 Messages — Rating Filter:   Alert me  

Gtk.Builder lack documentation...

by cb951303 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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