If there is some issue on the GUI side and the rest of your application is running smoothly you can get some information out of what is going on inside GTK by adding regular checks with gtk_events_pending, gtk_get_current_event, etc., and use your application to print these to the console.Of course it may be that your main application is busy running some process (I do not know what your applicatio