Hello, If I do not add any init/quit code, and does not use gtk_main_quit(), is it safe to use : while (TRUE) gtk_main_iteration_do(TRUE); Instead of : gtk_main(); David