Re: [gtk-list] Re: foreground processes




   Thaks, but I cant catch, what is 'm' in this situation, i.e. members of
   what structure are 'events_pending()' & 'iteration()' and I have not found
   mentions of this in gtk source code, can you drop me a short explanation?

Sorry, I use C++ and Gtk--.  In C and Gtk+, it becomes

while (gtk_events_pending() > 0)
    gtk_main_iteration();
-- 
Joseph J. Pfeiffer, Jr., Ph.D.       Phone -- (505) 646-1605
Department of Computer Science       FAX   -- (505) 646-1002
New Mexico State University          http://www.cs.nmsu.edu/~pfeiffer



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]