Re: Insert different children into the same parent in GtkTreeStore?

2011-06-16 Thread Maklakov Andrey
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

Re: Hook user loop into program

2011-04-16 Thread Maklakov Andrey
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