Yang Zheng writes: > Is it possible to not show certain rows in a treeview that is attached > to a treestore? I know you can display only certain columns, but what > if there are some rows in a treestore structure that I do not want to be > displayed? Can I set a flag and have it skipped?
I don't know how much this will help, but here are a few links I happened to bump into: I found a thread about filtering treeviews. It starts at: http://mail.gnome.org/archives/gtk-app-devel-list/2002-October/msg00262.html according to: http://mail.gnome.org/archives/gtk-app-devel-list/2002-October/msg00290.html (in the same thread) it will be in gtk 2.4. In the meantime you might have to use treemodelfilter from libegg, maybe by wrapping it yourself. In this case http://usefulinc.com/edd/blog/2003/8/20#12:33 and http://www-106.ibm.com/developerworks/linux/library/l-wrap/ might help. -- Abel Daniel _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
