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

Insert different children into the same parent in GtkTreeStore?

2011-06-16 Thread Phong Cao
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 into one parent (the album) and all the