Usage of gtk_list_store_set_valuesv()

2012-01-02 Thread Antonio Weber
Hi list, I'm trying to write a small app which uses a GtkTreeView to display a table. For some reason it does not work as expected so I extracted my usage in a small tableTest app (which a attach to this mail). I have 10 columns and 100 rows. Basically this is the central function: static

Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread Antonio Weber
Hi list, I'm trying to write a small app which uses a GtkTreeView to display a table. For some reason it does not work as expected so I extracted my usage in a small tableTest app (which a attach to this mail). I have 10 columns and 100 rows. Basically this is the central function: static

Re: Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread Antonio Weber
antonio_we...@web.de Gesendet: 10.12.2011 20:16:39 An: gtk-app-devel-list@gnome.org Betreff: Usage of gtk_list_store_set_valuesv() Hi list, I'm trying to write a small app which uses a GtkTreeView to display a table. For some reason it does not work as expected so I extracted my usage

Re: Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread David Nečas
On Sat, Dec 10, 2011 at 08:16:39PM +0100, Antonio Weber wrote: I'm trying to write a small app which uses a GtkTreeView to display a table. For some reason it does not work as expected so I extracted my usage in a small tableTest app (which a attach to this mail). You bind all view columns to

Re: Usage of gtk_list_store_set_valuesv()

2011-12-10 Thread Antonio Weber
Ah thanks a lot thats it! Sorry was my fault - should have had a closer look on it. have a nice weekend, Antonio -Ursprüngliche Nachricht- Von: David Nečas y...@physics.muni.cz Gesendet: 10.12.2011 20:53:59 An: Antonio Weber antonio_we...@web.de Betreff: Re: Usage