Hi.
I have this code:
for (long long i = 0; i < FileSize; i++)
{
    if(Gtk::Main::events_pending())
        Gtk::Main::iteration();

    fputc(_char[0], File);
}
But it is very slow. How Can speed up him?
-- 
View this message in context: 
http://old.nabble.com/Gtk%3A%3AMain%3A%3Aiteration%28%29--tp27891854p27891854.html
Sent from the Gtkmm mailing list archive at Nabble.com.

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to