Gtk::Main::iteration();



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.



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