Re: [gtk-list] XmUpdateDisplay equivalent?
- From: robert havoc pennington <rhpennin midway uchicago edu>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] XmUpdateDisplay equivalent?
- Date: Mon, 1 Jun 1998 17:28:04 -0500 (CDT)
On Mon, 1 Jun 1998, Michael J. Hammel wrote:
> Does anyone know if there is an equivalent to XmUpdateDisplay() in GTK? I
> need it to force a dialog to be displayed before a long winded callback
> gets started.
would this work?
while ( gtk_events_pending() ) {
gtk_main_iteration();
}
Havoc Pennington ==== http://pobox.com/~hp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]