On 16.06.2011 21:19, Phong Cao wrote:
Hello everybody,
I am trying to write a music manager software that import the files
according to artist and album. Each artist can have many album and each
album can have many songs. Therefore, I decided to use GtkTreeStore to nest
all the same-album songs
Hello.
I'm not experienced in gtk+ too. But I think you should connect
call of your function to some gtk event (g_signal_connect). Updating
progress bar you should connect to timeout or idle event (read about
g_timeout_add, g_idle_add). And in your function call:
while (gtk_events_pendi