FilterMapNotify


Description:

[ CCode ( instance_pos = 3.9 ) ]
public delegate bool FilterMapNotify (Model orig_model, ModelIter orig_iter, FilterModel filter_model)

Callback invoked when a row is added to orig_model.

To add rows to filter_model use the methods append_iter, prepend_iter, insert_iter, and insert_iter_before.

Parameters:

orig_model

The model containing the added row

orig_iter

A ModelIter pointing to the new row in orig_model

filter_model

The model that was also passed to the DeeModelMapFunc of the Filter this functions is a part of

user_data

User data for the Filter

Returns:

true if orig_iter was added to filter_model


Namespace: Dee
Package: dee-1.0