Hi,
HuamiSoft Hubert Sokolowski wrote:
Hi!

I have a treeview which is a list. is it possible to hide some
particular rows? I want to implement some filter on my treeview, so the
user could find quicker some rows.

regards

have look at
http://developer.gnome.org/doc/API/2.0/gtk/GtkTreeModelFilter.html

esies would be to add a boolean entry to you model and set this to true for columns to hide. The filter hook could then just look at this entry to filter.

Stefan
_______________________________________________
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