Re: dynamic gtk_list_store

2007-08-22 Thread Martijn Bos
Thanks Peter, After I read your answer I started searching for eaxmples And yes in this list I found a good example. So next time I have to search a little better I guess. Thanks a lot for your answer. Best Regards Martijn On 8/21/07, Peter Clifton <[EMAIL PROTECTED]> wrote: > > > On T

Re: dynamic gtk_list_store

2007-08-21 Thread Peter Clifton
On Tue, 2007-08-21 at 22:20 +0200, Martijn Bos wrote: > Hi list, > > I'm wondering whether it's possible to create a gtk_list_store at runtime. > > Sometimes my data has (for instance) 1 column and sometimes my data has (for > instance) 8 columns. (It will be read from file) > > As far as I hav

dynamic gtk_list_store

2007-08-21 Thread Martijn Bos
Hi list, I'm wondering whether it's possible to create a gtk_list_store at runtime. Sometimes my data has (for instance) 1 column and sometimes my data has (for instance) 8 columns. (It will be read from file) As far as I have seen in he documentation, the model is "designed" when programming.