how to tell gtk to update only the GUI
- From: Mehmet YASAR <myasar free fr>
- To: gtk-app-devel-list gnome org
- Subject: how to tell gtk to update only the GUI
- Date: Tue, 02 May 2006 23:29:55 +0200
Hi all,
I'm doing some lengthy calculations and I'd like to tell gtk to update
only the GUI (gtk should process ONLY expose events).
Obviously, there is gtk_main_iteration() but that's processing all
pending events (keypress, timers ...), that means I have to disable all
keypress handler (timers ...) during the screen update.
So it would be simple if I had a way process only expose events (do you
think I'm asking too much ?).
Thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]