abhi rocks wrote:
>hi
>
>I was wanting to add a progress bar to a function, but
>the problem is that progress bar is only shown after
>the function is over even though the first thing i do
>in the function is to show the progress bar.
>
>
>
You need to give control back to GTK occasionally so i
lijian wrote:
>Hello,I am new to learn gtk.
>I have write a very simple program,the following is the source code:
>-
> #include
>#include
>#define GTK_ENABLE_BROKEN
>
>gint delete_event(GtkWidget * window ,gpointer data)
>{
>