Re: [gtk-list] XmUpdateDisplay equivalent?




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]