Re: 答复: A question about GTK Scale

2008-04-17 Thread Alvis Koon
Hi, No, you should not use closed loop for GTK application when you expect responses. Use gtk timeout mechanism instead of the dead while loop with sleep. Try that, I am quite sure that would help. Yours faithfully, Alvis Koon On 16/04/2008, Ke Jin [EMAIL PROTECTED] wrote: The problem

GTK STOCK ascending and descending

2007-08-02 Thread Alvis Koon
sense. Yours faithfully, Alvis Koon ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk_button_set_label ERROR

2006-04-06 Thread Alvis Koon
use: GtkWidget button; gtk_button_set_label(GTK_BUTTON(button)); How did you initialise the button, that is what I want to ask. On 4/6/06, 3saul [EMAIL PROTECTED] wrote: Hi all, Whenever I call gtk_button_set_label I get the following error and the function does not succeed.