Hello, I am currently writing a custom treemodel that filters out the rows of a child model, for example, the rows where col1 begins with a user-specified string.
Since it needs to remove rows from itself while the user modifies the string, i call the 'rows_deleted' function, but it doesn't seem to do anything... I still get warnings from GTK, telling I didn't notify the TreeView properly. As an added bonus, i sometimes get segfaults when the resulting model contains no rows. What is the proper way to remove rows from a TreeModel ? I can post my code if necessary. Thanks, Jean-Christophe Haessig _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
