GUI freeze and long blocking operation

2013-06-11 Thread Kip Warner
Hey list, My GtkAssistant on one page in particular performs a long operation which would otherwise block the GUI from refreshing, if it were not for intermittent... while Gtk.events_pending(): Gtk.main_iteration() The application is single threaded and performs all operation

GtkBuilder causing memory leaks?

2013-06-11 Thread dE
The following code spawns a window -- if (connect_build_object != NULL) { g_object_unref (G_OBJECT ( connect_build_object )); object = NULL; } connect_build_object = gtk_builder_new(); gtk_builder_add_from_file ( connect_build_object, "main_window.glade", NULL ); gtk_builder