painting a dialog
- From: Don Mellen <donm tomorrowsoft com>
- To: gtk-app-devel-list gnome org
- Subject: painting a dialog
- Date: 20 Jul 2001 11:52:07 -0400
I have aan application that on a menu click renders a
fairly compex dialog box. The application does some heavy network
communication and the communication is slowing the painting of the
dialog. How can I stop any events until the painting is complete.
I have tried:
while(gtk_events_pending()) {
gtk_main_iteration();
}
But the communication is still slowing the dialogs rendering
Thank you
Don
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]