Re: gtk_statusbar_push!!

2006-05-12 Thread Jean Bréfort
st after click one button of my window. > Like this... > first: "processing file" > (and after process it) > "end of process" > > The code i'm using is this: > > gtk_statusbar_push(GTK_STATUSBAR(statusbar1),1,"Procesing..."); > >

gtk_statusbar_push!!

2006-05-12 Thread ferri_marllo
(and after process it) "end of process" The code i'm using is this: gtk_statusbar_push(GTK_STATUSBAR(statusbar1),1,"Procesing..."); /now,is my code about the process*/ gtk_statusbar_pop (GTK_STATUSBAR(statusbar1),1);