[ 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.
orig_model |
The model containing the added row |
orig_iter |
A ModelIter pointing to the new row in |
filter_model |
The model that was also passed to the |
user_data |
User data for the Filter |
|