[Gtk-sharp-list] Number of rows in GtkTreeView

Christian Rudh lists-christian at rudh.se
Tue Jun 14 10:53:20 EDT 2005


Hi

You can get it through the TreeStore / ListStore that is connected to
the TreeView:

int numRows = store.IterNChildren ();


/Christian


On Tue, 2005-06-14 at 09:03 -0300, Paulo Alves Magalhães Filho wrote:
> How to get a number of rows in a GtkTreeView ?
> 
> Tank's
> 



More information about the Gtk-sharp-list mailing list