Re: gtktreeview - hide some rows



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]