On Sun, Jul 22, 2001 at 11:41:31PM -0400, jordi wrote:
> g_main_iteration (false);
change it to:   while( g_main_iteration( FALSE ) );

if your window had more than one widget that was updated, it will wait for all the 
widgets to be updated.

PS: when writting about the same thing, replying the original mail is always prefered 
(that is, do not write a new one, reply the older). mail archives organizes mails by 
thread.

  Bye,
  Pedro

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to