Gtk::Main::iteration();
- From: "Adam Chyla [PL]" <adam chyla gmail com>
- To: gtkmm-list gnome org
- Subject: Gtk::Main::iteration();
- Date: Sat, 13 Mar 2010 16:08:38 -0800 (PST)
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]