I'm writing an app for gnome which will support plugins. Each plugin will contain a glade file and a python script.
How do I embed the glade file from the plugin in the main interface.
Plugin glade files should contain a page/tab and will be embeded into a notebook in the main interface.
please help.