> I can't find the real source for the Gtk event queue. Gtk.Main.Main_Iteration calls > 'gtk_main_iteration_do', which is in the C file gtk/gtkmain.c. That calls > 'g_main_iteration', which I can't find! This is in the glib sources. Basically, all the main loop functions can be found there.