[Gtk-sharp-list] Embedding Gtk-Sharp Programs into C

Pyroman[FO] pyroman@ninjapanda.org
Thu, 22 Jul 2004 13:29:30 -0400


I was wondering if there was a way to embed a Gtk-Sharp application in a 
C program.  I know you can do this with Mono, however what I'm worried 
about is the ability to return Gtk Widgets, Containers, ect. to the 
parent C program and use them with GTK or GTKmm code.  Our program has a 
plugin structure, and we call the plugin to return the main GTK frame 
for the plugin, which we then display in the parent program.  I am 
looking for a way to embed the Mono runtime and use mono plugins for 
this.  Is it possible?

Allen Cook