> I'm looking into using Bonobo as a means of writing a program in both C > and C#, with C# being used for most of the higher-level work. Is this > possible with Mono, yet? Are there Bonobo bindings or any way to use > Component or anything? > > What's the state of Bonobo in Mono? There is no support for Bonobo in Gtk# yet. You dont need Bonobo to interface to C code, use Platform/Invoke to use that.