[Gtk-sharp-list] Introspection part 2: Electric Boogaloo

Rachel Hestilow hestilow@ximian.com
05 Jul 2002 01:47:12 -0500


Mike, I believe I have a solution to the introspection lookup table
stuff.

Gtk+, and virtually every GNOME lib I know of, requires calling an init
function of some sort -- Gtk with Appliction.Init, and Gnome with
passing the approprate ModuleInfo into GnomeProgram. So, instead of
having the assemblies pass in their own lookup table, what if the
"top-level" lookup table was registered in these init funcs instead?
This would solve the Gnome-widget-from-Gtk-assembly problem you
mentioned.

-- Rachel