Re: Displaying intermediate values in widgets
- From: stian nixia no
- To: "Shiraz Baig" <shiraz_baig yahoo com>
- Cc: gtk-list gnome org
- Subject: Re: Displaying intermediate values in widgets
- Date: Fri, 8 Apr 2005 17:39:08 +0200 (CEST)
> 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]