On Wed, 2002-08-14 at 23:00, simith nambiar wrote:
> on_incoming_call ()
> 
>  {
> 
>     popup_window( );
> 

In here you might want to try:
while(g_main_context_iteration(NULL, false));

This will do a quick run through pending events in the event loop and
then return control to you.

This is for gtk+-2 so you might need something similar for gtk+-1

>      some code goes here .... - this is related to the
> appl 
> 
> }

<snip> 

> best regards,
> 
> simith N

James

-- 
James Durie               Phone:  +44 20 7749 7904
Anvil Software Limited    Fax:    +44 20 7749 7916
46-48 Rivington Street    e-mail: [EMAIL PROTECTED]
London EC2A 3QP

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

Reply via email to