> i am incrementing count just using a for loop, and what ever the
> value variable is having will be displayed in gtk_entry. like that
> i can able to display the increment value in gtk_entry.
First of all, why on earth are you using a for loop!? Either user a timeout or
an idle, to increment
hi;
thanks for reply, i am incrementing count just using a for loop, and
what ever the value variable is having will be displayed in gtk_entry.
like that i can able to display the increment value in gtk_entry.
now i have a gtk_button, when i press the button it has to pass the
signal to th
hi
could you tell us how you are increasing the count value !?
I think you could easyly reach your goal making this handlering inside
the callback of button's "click" signal, or did I understood you wrong
!!?
regards
On 6/27/05, srinivas <[EMAIL PROTECTED]> wrote:
> hi;
>
> i have a gt