Filtering TreeViews

hi all,

i just tested it and wanted you to know about it:
i used Gtk::TreeModelFilter.set_visible_func to filter my lists, which
took about 6 second on an amd 4000+ with about 1000 rows by a special
filtering policy.
now i changed that to Gtk::TreeModelFilter.set_visible_column, so i
iterate the model when needed and fill the column in milliseconds. and
TreeView follows that also in milliseconds.
this is a huge speedup.
and i thought someone should notice that on the hiki. (after testing it
if it sounds unbelievable)

thanks for reading

Balint

Sounds interesting to say the least :slight_smile: