Re: GtkProgressBar

2005-05-12 Thread Darryl Luff
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

Re: (no subject)

2005-04-19 Thread Darryl Luff
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) >{ >