gtk响应其他窗口时间程序实现方法

         while  (gtk_events_pending())
                gtk_main_iteration();

响应其他窗口时间

你可能感兴趣的:(events,gtk)