Re: regarding popup window



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: jdurie anvil co uk
London EC2A 3QP




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]