Re: manage a list

2007-02-26 Thread Michael Ekstrand
On Thu, 2007-02-22 at 16:47 +0100, Jerome Le Saux wrote: > I would like to use a list in a scrolling windows in a gtk2 application. > My items are the following : > int Item number | string name | string extension | int length > > I saw int he API website I can use GtkItem and GtkListStore. > How

Re: manage a list

2007-02-23 Thread Vivien Malerba
On 2/22/07, Jerome Le Saux <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to use a list in a scrolling windows in a gtk2 application. > My items are the following : > int Item number | string name | string extension | int length > > I saw int he API website I can use GtkItem and GtkListStore