Re: gtk_button

2005-07-01 Thread Freddie Unpenstein
> 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

Re: gtk_button

2005-06-28 Thread srinivas
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

Re: gtk_button

2005-06-27 Thread Antonio Gomes
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