dhkuhl wrote:
> 
> Is there a function to give the number of rows in a treeview?
> 

I used built-in python len() function, like this: count = len(self.model)

I suppose you can use it however the lists are implemented in language you
are using.
-- 
View this message in context: 
http://www.nabble.com/Treeview-Row-Count-tp25593281p25850819.html
Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to