Re: Displaying intermediate values in widgets



>   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



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