On Thu, Oct 09, 2003 at 11:10:09AM -0700, David M. Cook wrote: > On Thu, Oct 09, 2003 at 10:43:54AM -0700, Yang Zheng wrote: > > > 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? > > There's no way to do this currently without copying to another treestore. > gtk 2.4 will have a "FilteredTreeModel" that does this.
However, it occurs to me that it may be possible to implement your own FilteredTreeModel as a custom TreeModel. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
