Re: Displaying intermediate values in widgets



This is great! Thanks Stian!
bye
shiraz

--- stian nixia no wrote:
> >   Begin:
> >       A = A + 5
> >       Display in an entry_type Widget
> >       if A > 100  exit
> >   Goto Begin
> >
> > In my case, unless it completes the whole loop, it
> > does not show intermediate values. I wish to show
> > values displayed in the widget 5, 10, 15 etc.
> 
> If you do this, the gui will update:
> 
>           while (gtk_events_pending())
>             gtk_main_iteration();
> 
> 
> 
> Stian
> 


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search. 
http://info.mail.yahoo.com/mail_250



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